We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4b1f5 commit 3080108Copy full SHA for 3080108
lib/system.nim
@@ -112,7 +112,7 @@ proc compileOption*(option, arg: string): bool {.
112
discard "compiled with optimization for size and uses Boehm's GC"
113
114
{.push warning[GcMem]: off, warning[Uninit]: off.}
115
-# {.push hints: off.}
+{.push hints: off.}
116
117
proc `or`*(a, b: typedesc): typedesc {.magic: "TypeTrait", noSideEffect.}
118
## Constructs an `or` meta class.
@@ -2471,7 +2471,7 @@ proc quit*(errormsg: string, errorcode = QuitFailure) {.noreturn.} =
2471
quit(errorcode)
2472
2473
{.pop.} # checks: off
2474
-# {.pop.} # hints: off
+{.pop.} # hints: off
2475
2476
proc `/`*(x, y: int): float {.inline, noSideEffect.} =
2477
## Division of integers that results in a float.
0 commit comments