mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
- Fix build and fix gcc 4.8.x build issues.
svn path=/trunk/; revision=60660
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user