- Fix build and fix gcc 4.8.x build issues.

svn path=/trunk/; revision=60660
This commit is contained in:
James Tabor 2013-10-14 06:28:17 +00:00
parent f4b05f11b2
commit cb18ec0c33
2 changed files with 6 additions and 4 deletions

View file

@ -75,5 +75,6 @@ list(APPEND SOURCE
)
add_library(mesa_main STATIC ${SOURCE})
allow_warnings(mesa_main)
if(NOT MSVC)
allow_warnings(mesa_main)
endif()

View file

@ -28,5 +28,6 @@ list(APPEND SOURCE
)
add_library(mesa_swrast STATIC ${SOURCE})
allow_warnings(mesa_swrast)
if(NOT MSVC)
allow_warnings(mesa_swrast)
endif()