mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 10:17:16 +02:00
Reenable warnings
This commit is contained in:
parent
e44dd9fa3f
commit
bfdaa6e085
1 changed files with 1 additions and 8 deletions
|
@ -21,14 +21,6 @@
|
|||
#endif // NOMINMAX
|
||||
|
||||
|
||||
#if defined(__GNUC__) && !defined(__clang__)
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
|
||||
#include "catch_amalgamated.hpp"
|
||||
#pragma GCC diagnostic pop
|
||||
#else
|
||||
#include "catch_amalgamated.hpp"
|
||||
#endif
|
||||
|
||||
// prototype/interface header file
|
||||
|
||||
|
@ -41,6 +33,7 @@
|
|||
#include "server/streamreader/stream_uri.hpp"
|
||||
|
||||
// 3rd party headers
|
||||
#include "catch_amalgamated.hpp"
|
||||
|
||||
// standard headers
|
||||
#include <regex>
|
||||
|
|
Loading…
Add table
Reference in a new issue