From f572196910fd982712cb39672a18c5c211f263f4 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 8 Feb 2014 17:26:49 +0000 Subject: [PATCH] [WINHLP32] * We don't need to allow warnings in GCC builds anymore. svn path=/trunk/; revision=62047 --- reactos/base/applications/winhlp32/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/reactos/base/applications/winhlp32/CMakeLists.txt b/reactos/base/applications/winhlp32/CMakeLists.txt index f4c6f67122e..8c22d713be5 100644 --- a/reactos/base/applications/winhlp32/CMakeLists.txt +++ b/reactos/base/applications/winhlp32/CMakeLists.txt @@ -20,9 +20,3 @@ set_module_type(winhlp32 win32gui) target_link_libraries(winhlp32 wine) add_importlibs(winhlp32 user32 gdi32 shell32 comctl32 comdlg32 msvcrt kernel32 ntdll) add_cd_file(TARGET winhlp32 DESTINATION reactos FOR all) - -if(NOT MSVC) - # FIXME: http://www.cmake.org/Bug/view.php?id=12998 - #allow_warnings(winhlp32) - set_source_files_properties(${SOURCE} PROPERTIES COMPILE_FLAGS "-Wno-error") -endif()