mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +00:00
- Fix build and fix gcc 4.8.x build issues.
svn path=/trunk/; revision=60660
This commit is contained in:
parent
f4b05f11b2
commit
cb18ec0c33
2 changed files with 6 additions and 4 deletions
|
@ -75,5 +75,6 @@ list(APPEND SOURCE
|
||||||
)
|
)
|
||||||
|
|
||||||
add_library(mesa_main STATIC ${SOURCE})
|
add_library(mesa_main STATIC ${SOURCE})
|
||||||
|
if(NOT MSVC)
|
||||||
allow_warnings(mesa_main)
|
allow_warnings(mesa_main)
|
||||||
|
endif()
|
||||||
|
|
|
@ -28,5 +28,6 @@ list(APPEND SOURCE
|
||||||
)
|
)
|
||||||
|
|
||||||
add_library(mesa_swrast STATIC ${SOURCE})
|
add_library(mesa_swrast STATIC ${SOURCE})
|
||||||
|
if(NOT MSVC)
|
||||||
allow_warnings(mesa_swrast)
|
allow_warnings(mesa_swrast)
|
||||||
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue