Changeset 18987 for trunk/FACT++/src


Ignore:
Timestamp:
04/06/18 16:58:58 (7 years ago)
Author:
tbretz
Message:
Let the compiler know that the second argument is a format string
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/EventBuilder.cc

    r18616 r18987  
    149149// ==========================================================================
    150150
     151__attribute__((__format__ (__printf__, 2, 0)))
    151152void factPrintf(int severity, const char *fmt, ...)
    152153{
Note: See TracChangeset for help on using the changeset viewer.