mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 15:36:10 +00:00
make unused-result not an error due to ubuntu's gcc :^)
This commit is contained in:
parent
15691ad915
commit
061258fb34
@ -72,7 +72,7 @@ function(set_project_warnings project_name)
|
||||
-Werror=strict-aliasing -fstrict-aliasing
|
||||
-Werror=missing-declarations
|
||||
-Werror=ctor-dtor-privacy
|
||||
-Werror=unused-result
|
||||
-Wunused-result
|
||||
-Werror=implicit-fallthrough
|
||||
-Wmissing-include-dirs
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user