[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kexi/plugins
From:       Jarosław Staniek <staniek () kde ! org>
Date:       2010-08-27 22:33:10
Message-ID: 20100827223310.F3C88AC857 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1168932 by staniek:

make #warnings work on windows too


 M  +2 -0      forms/widgets/kexidbimagebox.h  
 M  +2 -0      reports/kexisourceselector.cpp  
 M  +4 -0      scripting/kexiscripting/kexiscriptpart.cpp  


--- trunk/koffice/kexi/plugins/forms/widgets/kexidbimagebox.h #1168931:1168932
@@ -141,6 +141,8 @@
      if the data source is empty (see dataSource()). */
 #ifdef __GNUC__
 #warning TODO focusPolicy() is not virtual!
+#else
+#pragma WARNING( TODO focusPolicy() is not virtual! )
 #endif
     Qt::FocusPolicy focusPolicy() const;
 
--- trunk/koffice/kexi/plugins/reports/kexisourceselector.cpp #1168931:1168932
@@ -28,6 +28,8 @@
 #ifdef NO_EXTERNAL_SOURCES
 #ifdef __GNUC__
 #warning enable external data sources for 2.3
+#else
+#pragma WARNING( enable external data sources for 2.3 )
 #endif
 #endif
 
--- trunk/koffice/kexi/plugins/scripting/kexiscripting/kexiscriptpart.cpp #1168931:1168932
@@ -223,6 +223,8 @@
 #else
 #ifdef __GNUC__
 #warning Port It!!!
+#else
+#pragma WARNING( Port It!!! )
 #endif
 #endif
 }
@@ -265,6 +267,8 @@
 #else
 #ifdef __GNUC__
 #warning Port It!!!
+#else
+#pragma WARNING( Port It!!! )
 #endif
 
         if (viewMode == Kexi::DesignViewMode) {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic