commit | b9abeae0897bef74553ba9800c4ff5f74131c5b4 | [log] [tgz] |
---|---|---|
author | Jenkins <bsgcomp@arm.com> | Thu Nov 22 11:58:08 2018 +0000 |
committer | Jenkins <bsgcomp@arm.com> | Thu Nov 22 11:58:08 2018 +0000 |
tree | 69f512b9d2d7d9169960592cca948dc6e8e5b936 | |
parent | 52ba29e936b8e711e8acdfe819e36f884d4f3fe1 [diff] [blame] |
arm_compute v18.11
diff --git a/utils/Utils.cpp b/utils/Utils.cpp index 057d309..1d08676 100644 --- a/utils/Utils.cpp +++ b/utils/Utils.cpp
@@ -28,6 +28,12 @@ #include <iomanip> #include <string> +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wswitch-default" +#define STB_IMAGE_IMPLEMENTATION +#include "stb/stb_image.h" +#pragma GCC diagnostic pop + namespace arm_compute { namespace utils