mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-05-11 08:50:03 +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