We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a7a18 commit eab71b9Copy full SHA for eab71b9
libraries/ESP32/examples/Camera/CameraWebServer/app_httpd.cpp
@@ -49,9 +49,11 @@
49
/*<! 0: detect by one-stage which is less accurate but faster(without keypoints). */
50
51
#if CONFIG_ESP_FACE_RECOGNITION_ENABLED
52
+#pragma GCC diagnostic ignored "-Wformat"
53
#include "face_recognition_tool.hpp"
54
#include "face_recognition_112_v1_s16.hpp"
55
#include "face_recognition_112_v1_s8.hpp"
56
+#pragma GCC diagnostic error "-Wformat"
57
58
#define QUANT_TYPE 0 //if set to 1 => very large firmware, very slow, reboots when streaming...
59
0 commit comments