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
vt/src/vt/registry/auto/auto_registry.cc: In function ‘vt::trace::TraceEntryIDType vt::auto_registry::theTraceID(const HandlerType&, vt::auto_registry::RegistryTypeEnum)’:
vt/src/vt/registry/auto/auto_registry.cc:123:1: error: control reaches end of non-void function [-Werror=return-type]
}
^
In release mode, the assert on line 120 won't trigger, resulting in a compile warning.
The text was updated successfully, but these errors were encountered:
In release mode, the
assert
on line 120 won't trigger, resulting in a compile warning.The text was updated successfully, but these errors were encountered: