Disable the warning about va_list being mangled differently now.

This commit is contained in:
Ryan Houdek 2012-12-30 01:42:33 -06:00
parent b4f30e549e
commit b2911516de
1 changed files with 1 additions and 1 deletions

View File

@ -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)