summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--compiler/nim.cfg4
-rw-r--r--compiler/nimfix/nimfix.nim.cfg2
-rw-r--r--config/nim.cfg4
-rw-r--r--drnim/nim.cfg2
-rw-r--r--nimsuggest/nimsuggest.nim.cfg2
5 files changed, 7 insertions, 7 deletions
diff --git a/compiler/nim.cfg b/compiler/nim.cfg
index d6ac6a937..4a0287cb5 100644
--- a/compiler/nim.cfg
+++ b/compiler/nim.cfg
@@ -1,6 +1,6 @@
 # Special configuration file for the Nim project
 
-hint:XDeclaredButNotUsed:off
+hint[XDeclaredButNotUsed]:off
 
 define:booting
 define:nimcore
@@ -23,7 +23,7 @@ define:useStdoutAsStdmsg
 #gc:markAndSweep
 
 @if nimHasWarningObservableStores:
-  warning:ObservableStores: off
+  warning[ObservableStores]: off
 @end
 
 @if nimHasEffectsOf:
diff --git a/compiler/nimfix/nimfix.nim.cfg b/compiler/nimfix/nimfix.nim.cfg
index 27ebf10b9..0d9dbfa4b 100644
--- a/compiler/nimfix/nimfix.nim.cfg
+++ b/compiler/nimfix/nimfix.nim.cfg
@@ -1,7 +1,7 @@
 # Special configuration file for the Nim project
 # gc:markAndSweep
 
-hint:XDeclaredButNotUsed:off
+hint[XDeclaredButNotUsed]:off
 path:"$projectPath/.."
 
 path:"$lib/packages/docutils"
diff --git a/config/nim.cfg b/config/nim.cfg
index c0a844e03..3b964d124 100644
--- a/config/nim.cfg
+++ b/config/nim.cfg
@@ -13,8 +13,8 @@ cc = gcc
 # additional options always passed to the compiler:
 --parallel_build: "0" # 0 to auto-detect number of processors
 
-hint:LineTooLong:off
-#hint:XDeclaredButNotUsed:off
+hint[LineTooLong]=off
+#hint[XDeclaredButNotUsed]=off
 
 # Examples of how to setup a cross-compiler:
 
diff --git a/drnim/nim.cfg b/drnim/nim.cfg
index 57dca974c..58c1725d9 100644
--- a/drnim/nim.cfg
+++ b/drnim/nim.cfg
@@ -1,6 +1,6 @@
 # Special configuration file for the Nim project
 
-hint:XDeclaredButNotUsed:off
+hint[XDeclaredButNotUsed]:off
 
 define:booting
 define:nimcore
diff --git a/nimsuggest/nimsuggest.nim.cfg b/nimsuggest/nimsuggest.nim.cfg
index 6e5ee8c71..394449740 100644
--- a/nimsuggest/nimsuggest.nim.cfg
+++ b/nimsuggest/nimsuggest.nim.cfg
@@ -2,7 +2,7 @@
 
 gc:markAndSweep
 
-hint:XDeclaredButNotUsed:off
+hint[XDeclaredButNotUsed]:off
 
 path:"$lib/packages/docutils"