mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-22 11:18:45 -05:00
Disable the warning about va_list being mangled differently now.
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ if(NOT MSVC)
|
||||
endif(NOT MSVC)
|
||||
|
||||
# gcc uses some optimizations which might break stuff without this flag
|
||||
add_definitions(-fno-strict-aliasing -fno-exceptions)
|
||||
add_definitions(-fno-strict-aliasing -fno-exceptions -Wno-psabi)
|
||||
|
||||
include(CheckCXXCompilerFlag)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user