mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-09 15:30:42 +02:00
Fix GCC11-only errors and warnings
This commit is contained in:
@@ -175,7 +175,7 @@ if copt_msvc
|
||||
project_c_args += args_msvc
|
||||
project_cpp_args += args_msvc
|
||||
else
|
||||
args_ccomp = [ '-U__STRICT_ANSI__', '-Wno-unused-result' ]
|
||||
args_ccomp = [ '-Wno-unused-result' ]
|
||||
if copt_platform == 'mac'
|
||||
if uopt_x86_sse_level >= 0
|
||||
message('SSE level explicitly configured but unavailable on macosx')
|
||||
|
Reference in New Issue
Block a user