removed more warnings from header files

This commit is contained in:
AdenKoperczak 2024-09-20 08:51:31 -04:00
parent d9f9e89b19
commit fb94934d1b
2 changed files with 18 additions and 0 deletions

View file

@ -7,8 +7,17 @@
#include <string>
#include <vector>
#if defined(__clang__)
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Wunused-parameter"
#endif
#include <boost/range/any_range.hpp>
#if defined(__clang__)
# pragma clang diagnostic pop
#endif
namespace scwx
{
namespace awips

View file

@ -8,8 +8,17 @@
#include <string>
#include <vector>
#if defined(__clang__)
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Wunused-parameter"
#endif
#include <boost/range/any_range.hpp>
#if defined(__clang__)
# pragma clang diagnostic pop
#endif
namespace scwx
{
namespace awips