Circumvent gcc 8 restrict error

This commit is contained in:
sle118
2019-09-04 12:08:23 -04:00
committed by GitHub
parent 926f4ac723
commit e3db4d1dc9

View File

@@ -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";