diff options
author | metagn <metagngn@gmail.com> | 2023-05-11 11:23:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-11 10:23:52 +0200 |
commit | 02be212daee78e3fca9f6b9524c4f3b221e552f3 (patch) | |
tree | 72ae4923ab997d476864d971cd5589143ed71dc8 /config | |
parent | 3a08e2e6ace20f086ba24360c7139852a75b93b2 (diff) | |
download | Nim-02be212daee78e3fca9f6b9524c4f3b221e552f3.tar.gz |
clean up SOME pending/xxx/issue link comments (#21826)
* clean up SOME pending/xxx/issue link comments * great
Diffstat (limited to 'config')
-rw-r--r-- | config/config.nims | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.nims b/config/config.nims index 4f3e2b13f..5c9c88e8a 100644 --- a/config/config.nims +++ b/config/config.nims @@ -11,7 +11,7 @@ cppDefine "NAN" when defined(nimStrictMode): # xxx add more flags here, and use `-d:nimStrictMode` in more contexts in CI. - # pending bug #14246, enable this: + # enable this: # when defined(nimHasWarningAsError): # switch("warningAsError", "UnusedImport") |