X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firprintf_t.h;h=b36eaa0ee0b3f10f49806d43e581dfbfcc1a3b55;hb=2814a774ee584b3c19ff3c87b3775ff46859b21e;hp=b5a9776524d8f82576bd73be944f7228cebcd86b;hpb=a142727aca4ef56cf754045fc0129b6d1b840a63;p=libfirm diff --git a/ir/ir/irprintf_t.h b/ir/ir/irprintf_t.h index b5a977652..b36eaa0ee 100644 --- a/ir/ir/irprintf_t.h +++ b/ir/ir/irprintf_t.h @@ -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. * @@ -27,7 +27,6 @@ #ifndef FIRM_IR_IRPRINTF_T_H #define FIRM_IR_IRPRINTF_T_H -#include "firm_config.h" #include "irprintf.h" #ifdef DEBUG_libfirm @@ -37,12 +36,15 @@ #else -static INLINE void ir_debugf(const char *fmt, ...) +static inline void ir_debugf(const char *fmt, ...) { + (void) fmt; } -static INLINE void ir_fdebugf(FILE *f, const char *fmt, ...) +static inline void ir_fdebugf(FILE *f, const char *fmt, ...) { + (void) f; + (void) fmt; } #endif