KDE/kdevelop/languages/cpp/expressionparser

Andreas Pakulat apaku at gmx.de
Tue Jun 19 11:06:53 UTC 2007


SVN commit 677550 by apaku:

Make dashboard happy.

I think we should compile kdevelop and kdevplatform using -pedantic (thats what
dashboard uses), just add -DCMAKE_CXX_FLAGS=-pedantic to the cmake call.

@David: I understand why you put a ; after macros, but whats the purpose of ; after a namespace-closing-brace??

CCMAIL:kdevelop-devel at kdevelop.org


 M  +2 -2      overloadresolution.h  
 M  +1 -1      typeutils.cpp  


--- trunk/KDE/kdevelop/languages/cpp/expressionparser/overloadresolution.h #677549:677550
@@ -26,7 +26,7 @@
 
 namespace KDevelop {
   class DUContext;
-};
+}
 
 namespace Cpp {
 using namespace KDevelop;
@@ -68,6 +68,6 @@
     ConversionRank m_worstConversionRank;
 };
 
-};
+}
 
 #endif
--- trunk/KDE/kdevelop/languages/cpp/expressionparser/typeutils.cpp #677549:677550
@@ -186,4 +186,4 @@
       }
     }
   }
-};
+}




More information about the KDevelop-devel mailing list