mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Add -Wno-unused-result to get Release builds compiling. Refs #274
This commit is contained in:
+2
-1
@@ -28,8 +28,9 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
||||
-Wextra
|
||||
-Werror
|
||||
-Wno-unused-variable
|
||||
-Wno-type-limits
|
||||
-Wno-unused-parameter
|
||||
-Wno-unused-result
|
||||
-Wno-type-limits
|
||||
-Wno-missing-field-initializers
|
||||
-Wno-unknown-pragmas
|
||||
-Wno-reorder)
|
||||
|
||||
Reference in New Issue
Block a user