mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-03-14 20:27:24 +00:00
Avoid unreachable code warning (#265)
This commit is contained in:
@@ -87,7 +87,6 @@
|
||||
try \
|
||||
{ \
|
||||
NVBENCH_MAIN_BODY(argc, argv); \
|
||||
return 0; \
|
||||
} \
|
||||
NVBENCH_MAIN_CATCH_EXCEPTIONS_CUSTOM \
|
||||
NVBENCH_MAIN_CATCH_EXCEPTIONS
|
||||
|
||||
Reference in New Issue
Block a user