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 5042cce commit c552088Copy full SHA for c552088
1 file changed
plugins/hipdnn-plugin/CMakeLists.txt
@@ -41,7 +41,7 @@ list(PREPEND FUSILLI_PLUGIN_WARNING_COMPILE_OPTIONS
41
-Winit-self # Warn about variables initialized with itself
42
-Wunreachable-code # Warn about unreachable code
43
-Wno-error=unused-command-line-argument # Disable error for unused command line arguments
44
- -Wno-gnu-statement-expression # TODO
+ -Wno-gnu-statement-expression # Disable gnu error for statement expression, this will need to change on Windows.
45
-Wswitch-default # Warn if a switch statement does not have a default case
46
)
47
0 commit comments