Author: dreimer
Date: Sun Apr 19 12:14:36 2015
New Revision: 67295
URL:
http://svn.reactos.org/svn/reactos?rev=67295&view=rev
Log:
[ROSAPPS]
Remove not needed -Wno-error and allow_warnings()
Modified:
trunk/rosapps/applications/explorer-old/CMakeLists.txt
trunk/rosapps/applications/winfile/CMakeLists.txt
Modified: trunk/rosapps/applications/explorer-old/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/rosapps/applications/explorer-old/…
==============================================================================
--- trunk/rosapps/applications/explorer-old/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/rosapps/applications/explorer-old/CMakeLists.txt [iso-8859-1] Sun Apr 19
12:14:36 2015
@@ -59,12 +59,3 @@
add_dependencies(explorer_old psdk)
add_cd_file(TARGET explorer_old DESTINATION reactos FOR all)
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/explorer-cfg-template.xml DESTINATION
reactos FOR all)
-
-if(NOT MSVC)
- add_compile_flags("-Wno-error=narrowing")
-
- # GCC bug #59472
- if(LTCG)
- add_target_link_flags(explorer_old "-Wno-error")
- endif()
-endif()
Modified: trunk/rosapps/applications/winfile/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/rosapps/applications/winfile/CMake…
==============================================================================
--- trunk/rosapps/applications/winfile/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/rosapps/applications/winfile/CMakeLists.txt [iso-8859-1] Sun Apr 19 12:14:36
2015
@@ -7,8 +7,7 @@
add_cd_file(TARGET winefile DESTINATION reactos/system32 FOR all)
-if(NOT MSVC)
- # FIXME:
http://www.cmake.org/Bug/view.php?id=12998
- #add_target_compile_flags(winefile "-Wno-format")
- allow_warnings(winefile)
-endif()
+#if(NOT MSVC)
+# FIXME:
http://www.cmake.org/Bug/view.php?id=12998
+# add_target_compile_flags(winefile "-Wno-format")
+#endif()