Squash some warnings.

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@572 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
n-a-c-h 2008-06-09 19:49:02 +00:00
parent 4ab451987a
commit c9dd050df6
1 changed files with 2 additions and 2 deletions

View File

@ -83,9 +83,9 @@ ENDIF( NOT USE_ASM_CORE )
# Compiler flags
IF ( WIN32 )
SET( CMAKE_ASM_FLAGS "-Isrc/hq/asm/ -O1")
SET( CMAKE_ASM_FLAGS "-Isrc/hq/asm/ -O1 -w-orphan-labels")
ELSE ( WIN32 )
SET( CMAKE_ASM_FLAGS "-Isrc/hq/asm/ -O1 -DELF")
SET( CMAKE_ASM_FLAGS "-Isrc/hq/asm/ -O1 -DELF -w-orphan-labels")
ENDIF ( WIN32 )
SET( CMAKE_C_FLAGS "-O3 -Wall")
SET( CMAKE_CXX_FLAGS "-O3 -Wall")