[ros-diffs] [jgardou] 49317: [CMAKE] - Downgrade a warning to a status, so this is not too intrusive

jgardou at svn.reactos.org jgardou at svn.reactos.org
Wed Oct 27 22:25:36 UTC 2010


Author: jgardou
Date: Wed Oct 27 22:25:35 2010
New Revision: 49317

URL: http://svn.reactos.org/svn/reactos?rev=49317&view=rev
Log:
[CMAKE]
  - Downgrade a warning to a status, so this is not too intrusive

Modified:
    branches/cmake-bringup/gcc.cmake

Modified: branches/cmake-bringup/gcc.cmake
URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/gcc.cmake?rev=49317&r1=49316&r2=49317&view=diff
==============================================================================
--- branches/cmake-bringup/gcc.cmake [iso-8859-1] (original)
+++ branches/cmake-bringup/gcc.cmake [iso-8859-1] Wed Oct 27 22:25:35 2010
@@ -108,7 +108,7 @@
 		if(DEFINED baseaddress_${MODULE})
 			set_image_base(${MODULE} ${baseaddress_${MODULE}})
 		else()
-			message(WARNING "${MODULE} has no base address")
+			message(STATUS "${MODULE} has no base address")
 		endif()
     endif()
     if(${TYPE} MATCHES win32ocx)




More information about the Ros-diffs mailing list