You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nimsuggest warning on routes: 'cb' is not GC-safe as it accesses 'nameIterVar' which is a global using GC'ed memory [GcUnsafe2] jester.routes: proc (body: stmt): stmt{.noSideEffect, gcsafe, locks: <unknown>.}
#108
Open
moigagoo opened this issue
Apr 4, 2017
· 1 comment
Nimsuggest shows this warning on routes invocation:
'cb' is not GC-safe as it accesses 'nameIterVar' which is a global using GC'ed memory [GcUnsafe2]
jester.routes: proc (body: stmt): stmt{.noSideEffect, gcsafe, locks: <unknown>.}
The program does compile, it's just annoying.
The text was updated successfully, but these errors were encountered:
Nimsuggest shows this warning on
routes
invocation:The program does compile, it's just annoying.
The text was updated successfully, but these errors were encountered: