Author: tfaber
Date: Thu Nov 24 14:07:44 2011
New Revision: 54495

URL: http://svn.reactos.org/svn/reactos?rev=54495&view=rev
Log:
[PSEH2_TEST]
- Suppress unhelpful warnings
- Remove unneeded compiler flags

Modified:
    trunk/rostests/tests/pseh2/CMakeLists.txt

Modified: trunk/rostests/tests/pseh2/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/rostests/tests/pseh2/CMakeLists.txt?rev=54495&r1=54494&r2=54495&view=diff
==============================================================================
--- trunk/rostests/tests/pseh2/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/rostests/tests/pseh2/CMakeLists.txt [iso-8859-1] Thu Nov 24 14:07:44 
2011
@@ -1,5 +1,3 @@
-
-add_definitions(-D_DLL -D__USE_CRTIMP)
 
 add_executable(pseh2_test psehtest.c psehtest2.c)
 target_link_libraries(pseh2_test wine ${PSEH_LIB})
@@ -8,5 +6,5 @@
 add_cd_file(TARGET pseh2_test DESTINATION reactos/bin FOR all)
 
 if(NOT MSVC)
-    allow_warnings(pseh2_test)
+    add_target_compile_flags(pseh2_test "-Wno-format")
 endif()


Reply via email to