mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[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:
@@ -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
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user