Skip to content

Commit 5e1ecfc

Browse files
committed
Silence a warning
1 parent 268148d commit 5e1ecfc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,10 @@ else()
102102
-Wno-padded
103103
-Wno-reserved-id-macro
104104
-Wno-reserved-identifier
105-
-Wno-unused-macros
106-
-Wno-unsafe-buffer-usage # Not sure why we need this, but we do.
105+
-Wno-return-type # VRS fails this
107106
-Wno-unknown-warning-option # Otherwise older clang will complain about `-Wno-unsafe-buffer-usage`
107+
-Wno-unsafe-buffer-usage # Not sure why we need this, but we do.
108+
-Wno-unused-macros
108109
)
109110
endif()
110111

0 commit comments

Comments
 (0)