Skip to content

Commit b913fe4

Browse files
committed
I think I finally understand how to silence warnings as errors in clang... hopefully
1 parent 5388f68 commit b913fe4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/common/compiler_common.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ set(
2828
-Wswitch
2929
-Wno-unused-function
3030
-Wno-unused-label
31-
-Wno-unused-parameter
32-
-Wno-unused-variable
31+
-Wno-error=unused-parameter
32+
-Wno-error=unused-variable
3333
-Wunused-value
3434
-Wempty-body
3535
-Wuninitialized

0 commit comments

Comments
 (0)