Commit 7b9997f3 by Kaveh R. Ghazi Committed by Kaveh Ghazi

* raise.c (db): Add ATTRIBUTE_PRINTF_2.

From-SVN: r100346
parent c74a1edd
2005-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* raise.c (db): Add ATTRIBUTE_PRINTF_2.
2005-05-29 Kazu Hirata <kazu@cs.umass.edu>
* cal.c, decl.c, init.c, raise.c, trans.c, utils2.c: Fix
......
......@@ -204,7 +204,7 @@ db_indent (int requests)
}
static void
static void ATTRIBUTE_PRINTF_2
db (int db_code, char * msg_format, ...)
{
if (db_accepted_codes () & db_code)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment