Changeset a9ca7dd for log.h


Ignore:
Timestamp:
2006-05-23T08:18:24Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
fc630f9
Parents:
da3b536
Message:

Added G_GNUC_PRINTF(...) to definitions of functions that take format
strings so GCC can detect them and complain when things don't look right.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • log.h

    rda3b536 ra9ca7dd  
    5454void log_init(void);
    5555void log_link(int level, int output);
    56 void log_message(int level, char *message, ...);
     56void log_message(int level, char *message, ...) G_GNUC_PRINTF( 2, 3 );
    5757void log_error(char *functionname);
    5858
Note: See TracChangeset for help on using the changeset viewer.