update copyright message
[libfirm] / ir / ir / irprintf_t.h
index b5a9776..5592d15 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
 
 static INLINE void ir_debugf(const char *fmt, ...)
 {
+       (void) fmt;
 }
 
 static INLINE void ir_fdebugf(FILE *f, const char *fmt, ...)
 {
+       (void) f;
+       (void) fmt;
 }
 
 #endif