Changeset 18977 for trunk


Ignore:
Timestamp:
04/05/18 18:58:55 (6 years ago)
Author:
tbretz
Message:
Tell the compiler that it cannot check the format string.
File:
1 edited

Legend:

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

    r18969 r18977  
    341341}
    342342
     343#pragma GCC diagnostic push
     344#pragma GCC diagnostic ignored "-Wformat-nonliteral"
    343345string FitsDumper::Format(const string &format, const MyColumn &col, size_t i) const
    344346{
     
    406408    return "";
    407409}
     410#pragma GCC diagnostic pop
    408411
    409412
Note: See TracChangeset for help on using the changeset viewer.