mirror of
https://github.com/yuzu-emu/discord-rpc.git
synced 2025-01-03 20:15:38 +00:00
Change -Weverything to -Wall for more compilers
This commit is contained in:
parent
127eadcb89
commit
ee9c504d1c
|
@ -60,7 +60,7 @@ if(UNIX)
|
||||||
target_link_libraries(discord-rpc PUBLIC pthread)
|
target_link_libraries(discord-rpc PUBLIC pthread)
|
||||||
target_compile_options(discord-rpc PRIVATE
|
target_compile_options(discord-rpc PRIVATE
|
||||||
-g
|
-g
|
||||||
-Weverything
|
-Wall
|
||||||
-Wno-unknown-pragmas # pragma push thing doesn't work on clang
|
-Wno-unknown-pragmas # pragma push thing doesn't work on clang
|
||||||
-Wno-old-style-cast # it's fine
|
-Wno-old-style-cast # it's fine
|
||||||
-Wno-c++98-compat # that was almost 2 decades ago
|
-Wno-c++98-compat # that was almost 2 decades ago
|
||||||
|
|
Loading…
Reference in a new issue