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 00569ac commit b6eb4d7Copy full SHA for b6eb4d7
lib/system/ansi_c.nim
@@ -11,7 +11,7 @@
11
# and definitions of Ansi C types in Nim syntax
12
# All symbols are prefixed with 'c_' to avoid ambiguities
13
14
-{.push hints:off, stack_trace: off, profiler: off.}
+{.push hints:off, stack_trace: off, profiler: off, raises: [].}
15
16
proc c_memchr*(s: pointer, c: cint, n: csize_t): pointer {.
17
importc: "memchr", header: "<string.h>".}
0 commit comments