CVSROOT: /sources/gnash
Module name: gnash
Changes by: Markus Gothe <nihilus> 07/05/18 00:50:30
Modified files:
libbase : log.h
Log message:
Fix for non-GCC Compilers
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/log.h?cvsroot=gnash&r1=1.51&r2=1.52
Patches:
Index: log.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/log.h,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -b -r1.51 -r1.52
--- log.h 15 May 2007 10:47:51 -0000 1.51
+++ log.h 18 May 2007 00:50:30 -0000 1.52
@@ -14,7 +14,7 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-/* $Id: log.h,v 1.51 2007/05/15 10:47:51 tgc Exp $ */
+/* $Id: log.h,v 1.52 2007/05/18 00:50:30 nihilus Exp $ */
#ifndef GNASH_LOG_H
#define GNASH_LOG_H
@@ -173,6 +173,8 @@
#ifdef __GNUC__
#define GNUC_LOG_ATTRS __attribute__((format (printf, 1, 2)))
+#else
+#define GNUC_LOG_ATTRS
#endif
/// Log a generic message
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit