File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# Special configuration file for the Nim project
22
3- hint: XDeclaredButNotUsed :off
3+ hint[ XDeclaredButNotUsed ] :off
44
55define:booting
66define:nimcore
@@ -23,7 +23,7 @@ define:useStdoutAsStdmsg
2323# gc:markAndSweep
2424
2525@ if nimHasWarningObservableStores:
26- warning: ObservableStores : off
26+ warning[ ObservableStores ] : off
2727@ end
2828
2929@ if nimHasEffectsOf:
Original file line number Diff line number Diff line change 11# Special configuration file for the Nim project
22# gc:markAndSweep
33
4- hint: XDeclaredButNotUsed :off
4+ hint[ XDeclaredButNotUsed ] :off
55path:" $projectPath/.."
66
77path:" $lib/packages/docutils"
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ cc = gcc
1313# additional options always passed to the compiler:
1414-- parallel_build: " 0" # 0 to auto-detect number of processors
1515
16- hint: LineTooLong : off
17- # hint: XDeclaredButNotUsed: off
16+ hint[ LineTooLong ] = off
17+ # hint[ XDeclaredButNotUsed]= off
1818
1919# Examples of how to setup a cross-compiler:
2020
Original file line number Diff line number Diff line change 11# Special configuration file for the Nim project
22
3- hint: XDeclaredButNotUsed :off
3+ hint[ XDeclaredButNotUsed ] :off
44
55define:booting
66define:nimcore
Original file line number Diff line number Diff line change 22
33gc:markAndSweep
44
5- hint: XDeclaredButNotUsed :off
5+ hint[ XDeclaredButNotUsed ] :off
66
77path:" $lib/packages/docutils"
88
You can’t perform that action at this time.
0 commit comments