mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-04 12:46:32 +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
|
#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
|
// prototype/interface header file
|
||||||
|
|
||||||
|
@ -41,6 +33,7 @@
|
||||||
#include "server/streamreader/stream_uri.hpp"
|
#include "server/streamreader/stream_uri.hpp"
|
||||||
|
|
||||||
// 3rd party headers
|
// 3rd party headers
|
||||||
|
#include "catch_amalgamated.hpp"
|
||||||
|
|
||||||
// standard headers
|
// standard headers
|
||||||
#include <regex>
|
#include <regex>
|
||||||
|
|
Loading…
Add table
Reference in a new issue