]> git.lyx.org Git - lyx.git/blobdiff - src/support/LAssert.h
some new (not extensive) changes, some fixes, will probably reverto to .la libs later...
[lyx.git] / src / support / LAssert.h
index 2614603acb91852cbf8ddae03f5b879e7c19715a..20be3713c55e4e12b6870a0b1dcbc2ff7c5ee995 100644 (file)
@@ -32,7 +32,7 @@ template<class A> inline void Assert(A * ptr)
 
 #else
 
-template<class A> inline void Assert(A /*assertion*/) {;}
+template<class A> inline void Assert(A /*assertion*/) {}
 
 #endif /* ENABLE_ASSERTIONS */