Explorar el Código

Merge branch 'WiFi-Manager' of https://github.com/philippe44/squeezelite-esp32 into WiFi-Manager

Christian Herzog hace 5 años
padre
commit
ec83f2dd95
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      components/wifi-manager/http_server.c

+ 2 - 0
components/wifi-manager/http_server.c

@@ -35,6 +35,8 @@ function to process requests, decode URLs, serve files, etc. etc.
 #include "cmd_system.h"
 
 
+// todo:  resolve the restrict error below 
+#pragma GCC diagnostic warning "-Wrestrict"
 
 /* @brief tag used for ESP serial console messages */
 static const char TAG[] = "http_server";