Skip to content

Commit c552088

Browse files
committed
Comment
1 parent 5042cce commit c552088

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/hipdnn-plugin/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ list(PREPEND FUSILLI_PLUGIN_WARNING_COMPILE_OPTIONS
4141
-Winit-self # Warn about variables initialized with itself
4242
-Wunreachable-code # Warn about unreachable code
4343
-Wno-error=unused-command-line-argument # Disable error for unused command line arguments
44-
-Wno-gnu-statement-expression # TODO
44+
-Wno-gnu-statement-expression # Disable gnu error for statement expression, this will need to change on Windows.
4545
-Wswitch-default # Warn if a switch statement does not have a default case
4646
)
4747

0 commit comments

Comments
 (0)