Skip to content

Commit

Permalink
Inhibit warning of external library
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Apr 21, 2015
1 parent cc520b9 commit ecd9247
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pnmc/mc/shared/export.hh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@

#include <boost/filesystem/fstream.hpp>

#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wreturn-type"
#include <cereal/archives/json.hpp>
#pragma GCC diagnostic pop

#include "conf/configuration.hh"
#include "mc/shared/results.hh"
Expand Down

0 comments on commit ecd9247

Please sign in to comment.