Skip to content

Commit

Permalink
suppress new GCC warning from 3rd party code (openssl)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Aug 24, 2023
1 parent 63373cf commit f732f0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/libtorrent/aux_/disable_warnings_push.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ POSSIBILITY OF SUCH DAMAGE.
#if __GNUC__ >= 9
#pragma GCC diagnostic ignored "-Wdeprecated-copy"
#endif
#if __GNUC__ >= 12
#pragma GCC diagnostic ignored "-Woverflow"
#endif
#endif

#ifdef __clang__
Expand Down

0 comments on commit f732f0f

Please sign in to comment.