X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firprintf_t.h;h=5592d15d69ad19fc2134434320be779ed7045e94;hb=bb5c6d5ce2e35c4074900017f8c8e1a4935054d0;hp=b5a9776524d8f82576bd73be944f7228cebcd86b;hpb=a142727aca4ef56cf754045fc0129b6d1b840a63;p=libfirm diff --git a/ir/ir/irprintf_t.h b/ir/ir/irprintf_t.h index b5a977652..5592d15d6 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. * @@ -39,10 +39,13 @@ 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