Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
Exception warnings changes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
nemothenoone committed Nov 22, 2017
1 parent 9115345 commit febde46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fc/exception/exception.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ namespace fc {
};

#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wall"
#pragma GCC diagnostic ignored "-Wmultichar"

typedef basic_exception<timeout_exception_code, boost::mpl::string<'Timeout'>> timeout_exception;

Expand Down

0 comments on commit febde46

Please sign in to comment.