mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 00:20:34 +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})
|
||||
|
||||
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()
|
||||
|
|
Loading…
Reference in a new issue