[BROWSEUI] Silence warnings about unused but set variables

[MESA] Silence warnings about unused but set variables and type limits
[GENINC] Remove obsolete file
[OBJ2BIN] Fix a typo

svn path=/trunk/; revision=63517
This commit is contained in:
Timo Kreuzer
2014-05-31 16:19:36 +00:00
parent 9c9a481d33
commit 35767099ce
5 changed files with 10 additions and 1568 deletions
@@ -78,4 +78,5 @@ add_library(mesa_main STATIC ${SOURCE})
add_pch(mesa_main precomp.h SOURCE)
if(NOT MSVC)
allow_warnings(mesa_main)
add_target_compile_flags(mesa_main "-Wno-type-limits")
endif()
@@ -32,3 +32,7 @@ add_pch(mesa_swrast precomp.h SOURCE)
if(NOT MSVC)
allow_warnings(mesa_swrast)
endif()
if(NOT MSVC)
add_target_compile_flags(mesa_swrast "-Wno-unused-variable")
endif()
@@ -58,3 +58,7 @@ add_importlibs(browseui
add_pch(browseui precomp.h SOURCE)
add_cd_file(TARGET browseui DESTINATION reactos/system32 FOR all)
if(NOT MSVC)
add_target_compile_flags(browseui "-Wno-unused-but-set-variable")
endif()
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -52,7 +52,7 @@ RelocateSection(
break;
default:
printf("Unknown relocatation type %u, address 0x%x\n",
printf("Unknown relocation type %u, address 0x%x\n",
pReloc->Type, (unsigned)pReloc->VirtualAddress);
}