Skip to content

Commit

Permalink
fix: Suppress the warning from boost to fix build failure. (#4796)
Browse files Browse the repository at this point in the history
close #4771
  • Loading branch information
junaire authored Apr 28, 2022
1 parent 4371b39 commit f29156f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbms/src/Functions/GeoUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#endif

#pragma GCC diagnostic ignored "-Wpragmas"
#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wunused-variable"
#pragma GCC diagnostic ignored "-Wunknown-warning-option"
Expand Down

0 comments on commit f29156f

Please sign in to comment.