Skip to content

Commit eab71b9

Browse files
committed
Update app_httpd.cpp
1 parent 04a7a18 commit eab71b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/ESP32/examples/Camera/CameraWebServer/app_httpd.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@
4949
/*<! 0: detect by one-stage which is less accurate but faster(without keypoints). */
5050

5151
#if CONFIG_ESP_FACE_RECOGNITION_ENABLED
52+
#pragma GCC diagnostic ignored "-Wformat"
5253
#include "face_recognition_tool.hpp"
5354
#include "face_recognition_112_v1_s16.hpp"
5455
#include "face_recognition_112_v1_s8.hpp"
56+
#pragma GCC diagnostic error "-Wformat"
5557

5658
#define QUANT_TYPE 0 //if set to 1 => very large firmware, very slow, reboots when streaming...
5759

0 commit comments

Comments
 (0)