Changeset 18977 for trunk/FACT++/src
- Timestamp:
- 04/05/18 18:58:55 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fitsdump.cc
r18969 r18977 341 341 } 342 342 343 #pragma GCC diagnostic push 344 #pragma GCC diagnostic ignored "-Wformat-nonliteral" 343 345 string FitsDumper::Format(const string &format, const MyColumn &col, size_t i) const 344 346 { … … 406 408 return ""; 407 409 } 410 #pragma GCC diagnostic pop 408 411 409 412
Note:
See TracChangeset
for help on using the changeset viewer.