Преглед на файлове

Circumvent gcc 8 restrict error

sle118 преди 5 години
родител
ревизия
e3db4d1dc9
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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";