We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ad90a commit 4d30badCopy full SHA for 4d30bad
lib/Dialect/ESI/runtime/cpp/lib/Manifest.cpp
@@ -16,7 +16,10 @@
16
#include "esi/Accelerator.h"
17
#include "esi/Services.h"
18
19
+#pragma GCC diagnostic push
20
+#pragma GCC diagnostic ignored "-Wcovered-switch-default"
21
#include <nlohmann/json.hpp>
22
+#pragma GCC diagnostic pop
23
#include <sstream>
24
25
using namespace ::esi;
lib/Dialect/ESI/runtime/cpp/tools/esiquery.cpp
@@ -21,7 +21,10 @@
#include <algorithm>
#include <iostream>
#include <map>
26
27
28
#include <stdexcept>
29
#include <string>
30
0 commit comments