CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/civetweb.c:4027:50: warning: missing field 'protocol_type' initializer [-Wmissing-field-initializers] static const struct mg_connection conn_zero = {0}; ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/civetweb.c:16334:31: warning: cast from 'char *' to 'struct mg_connection *' increases required alignment from 1 to 8 [-Wcast-align] struct mg_connection *conn = (struct mg_connection *)SSL_get_app_data(ssl); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/civetweb.c:17271:19: warning: cast from 'char *' to 'struct mg_context *' increases required alignment from 1 to 8 [-Wcast-align] conn->phys_ctx = (struct mg_context *)(((char *)conn) + conn_size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/civetweb.c:20071:31: warning: missing field 'user_data' initializer [-Wmissing-field-initializers] struct mg_init_data init = {0}; ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/civetweb.c:20537:20: warning: expansion of date or time macro is not reproducible [-Wdate-time] const char *bd = __DATE__; ^ 5 warnings generated. In file included from /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:7: In file included from /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/include/CivetServer.h:11: /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/include/civetweb.h:162:2: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] long long content_length; /* Length (in bytes) of the request body, ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/include/civetweb.h:187:2: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] long long content_length; /* Length (in bytes) of the request body, ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/include/civetweb.h:955:34: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] long long content_length); ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/include/civetweb.h:1042:14: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] CIVETWEB_API long long mg_store_body(struct mg_connection *conn, ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/include/civetweb.h:1271:39: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] int (*field_store)(const char *path, long long file_size, void *user_data); ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/main.c:185:14: warning: no previous extern declaration for non-static variable 'g_exit_flag' [-Wmissing-variable-declarations] volatile int g_exit_flag = 0; /* 0 = continue running main loop */ ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/main.c:282:19: warning: expansion of date or time macro is not reproducible [-Wdate-time] const char *bd = __DATE__; ^ warning: 'auto' type specifier is incompatible with C++98 [-Wc++98-compat] warning: 'auto' type specifier is incompatible with C++98 [-Wc++98-compat] 2 warnings generated. In file included from /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:7: /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/include/CivetServer.h:190:5: warning: unknown command tag name [-Wdocumentation-unknown-command] * @bits: first byte of the websocket frame, see websocket RFC at ^~~~~ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/include/CivetServer.h:192:5: warning: unknown command tag name 'data'; did you mean 'date'? [-Wdocumentation-unknown-command] * @data, data_len: payload, with mask (if any) already applied. ^~~~~~ date /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/include/CivetServer.h:246:55: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] const struct CivetCallbacks *callbacks = 0, ^ nullptr /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/include/CivetServer.h:247:40: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] const void *UserContext = 0); ^ nullptr /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/include/CivetServer.h:249:55: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] const struct CivetCallbacks *callbacks = 0, ^ nullptr /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/include/CivetServer.h:250:40: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] const void *UserContext = 0); ^ nullptr /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:125:20: warning: use of old-style cast [-Wold-style-cast] CivetServer *me = (CivetServer *)(request_info->user_data); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:129:21: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] if (me->context == NULL) ^~~~ nullptr /usr/include/clang/5.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL' # define NULL __null ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:136:26: warning: use of old-style cast [-Wold-style-cast] CivetHandler *handler = (CivetHandler *)cbdata; ^ ~~~~~~ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:164:20: warning: use of old-style cast [-Wold-style-cast] CivetServer *me = (CivetServer *)(request_info->user_data); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:168:21: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] if (me->context == NULL) ^~~~ nullptr /usr/include/clang/5.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL' # define NULL __null ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:175:30: warning: use of old-style cast [-Wold-style-cast] CivetAuthHandler *handler = (CivetAuthHandler *)cbdata; ^ ~~~~~~ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:190:20: warning: use of old-style cast [-Wold-style-cast] CivetServer *me = (CivetServer *)(request_info->user_data); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:194:21: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] if (me->context == NULL) ^~~~ nullptr /usr/include/clang/5.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL' # define NULL __null ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:197:35: warning: use of old-style cast [-Wold-style-cast] CivetWebSocketHandler *handler = (CivetWebSocketHandler *)cbdata; ^ ~~~~~~ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:211:20: warning: use of old-style cast [-Wold-style-cast] CivetServer *me = (CivetServer *)(request_info->user_data); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:215:21: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] if (me->context == NULL) ^~~~ nullptr /usr/include/clang/5.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL' # define NULL __null ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:218:35: warning: use of old-style cast [-Wold-style-cast] CivetWebSocketHandler *handler = (CivetWebSocketHandler *)cbdata; ^ ~~~~~~ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:234:20: warning: use of old-style cast [-Wold-style-cast] CivetServer *me = (CivetServer *)(request_info->user_data); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:238:21: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] if (me->context == NULL) ^~~~ nullptr /usr/include/clang/5.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL' # define NULL __null ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:241:35: warning: use of old-style cast [-Wold-style-cast] CivetWebSocketHandler *handler = (CivetWebSocketHandler *)cbdata; ^ ~~~~~~ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:256:20: warning: use of old-style cast [-Wold-style-cast] CivetServer *me = (CivetServer *)(request_info->user_data); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:260:21: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] if (me->context == NULL) ^~~~ nullptr /usr/include/clang/5.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL' # define NULL __null ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:263:35: warning: use of old-style cast [-Wold-style-cast] CivetWebSocketHandler *handler = (CivetWebSocketHandler *)cbdata; ^ ~~~~~~ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:278:15: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] : context(0) ^ nullptr /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:288:22: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] userCloseHandler = NULL; ^~~~ nullptr /usr/include/clang/5.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL' # define NULL __null ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:292:17: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] if (context == NULL) ^~~~ nullptr /usr/include/clang/5.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL' # define NULL __null ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:300:15: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] : context(0) ^ nullptr /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:310:22: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] userCloseHandler = NULL; ^~~~ nullptr /usr/include/clang/5.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL' # define NULL __null ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:318:20: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] pointers.back() = NULL; ^~~~ nullptr /usr/include/clang/5.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL' # define NULL __null ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:321:17: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] if (context == NULL) ^~~~ nullptr /usr/include/clang/5.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL' # define NULL __null ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:334:20: warning: use of old-style cast [-Wold-style-cast] CivetServer *me = (CivetServer *)mg_get_user_data(mg_get_context(conn)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:338:21: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] if (me->context == NULL) ^~~~ nullptr /usr/include/clang/5.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL' # define NULL __null ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:377:47: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] mg_set_request_handler(context, uri.c_str(), NULL, NULL); ^~~~ nullptr /usr/include/clang/5.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL' # define NULL __null ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:377:53: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] mg_set_request_handler(context, uri.c_str(), NULL, NULL); ^~~~ nullptr /usr/include/clang/5.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL' # define NULL __null ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:384:28: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] context, uri.c_str(), NULL, NULL, NULL, NULL, NULL); ^~~~ nullptr /usr/include/clang/5.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL' # define NULL __null ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:384:34: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] context, uri.c_str(), NULL, NULL, NULL, NULL, NULL); ^~~~ nullptr /usr/include/clang/5.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL' # define NULL __null ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:384:40: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] context, uri.c_str(), NULL, NULL, NULL, NULL, NULL); ^~~~ nullptr /usr/include/clang/5.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL' # define NULL __null ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:384:46: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] context, uri.c_str(), NULL, NULL, NULL, NULL, NULL); ^~~~ nullptr /usr/include/clang/5.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL' # define NULL __null ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:384:52: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] context, uri.c_str(), NULL, NULL, NULL, NULL, NULL); ^~~~ nullptr /usr/include/clang/5.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL' # define NULL __null ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:390:44: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] mg_set_auth_handler(context, uri.c_str(), NULL, NULL); ^~~~ nullptr /usr/include/clang/5.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL' # define NULL __null ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:390:50: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] mg_set_auth_handler(context, uri.c_str(), NULL, NULL); ^~~~ nullptr /usr/include/clang/5.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL' # define NULL __null ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:398:13: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] context = 0; ^ nullptr /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:462:27: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] const char *formParams = NULL; ^~~~ nullptr /usr/include/clang/5.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL' # define NULL __null ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:463:28: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] const char *queryString = NULL; ^~~~ nullptr /usr/include/clang/5.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL' # define NULL __null ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:466:20: warning: use of old-style cast [-Wold-style-cast] CivetServer *me = (CivetServer *)(ri->user_data); ^ ~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:483:46: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion] || ((conobj.postData.size() + r) ~ ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:500:26: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] if (ri->query_string != NULL) { ^~~~ nullptr /usr/include/clang/5.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL' # define NULL __null ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:509:20: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] if (formParams != NULL) { ^~~~ nullptr /usr/include/clang/5.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL' # define NULL __null ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:513:43: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant] if (!get_param_success && queryString != NULL) { ^~~~ nullptr /usr/include/clang/5.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL' # define NULL __null ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:532:19: warning: implicit conversion changes signedness: 'int' to 'std::basic_string, std::allocator >::size_type' (aka 'unsigned long') [-Wsign-conversion] dst.assign(buf, r); ~~~~~~ ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:562:24: warning: implicit conversion changes signedness: 'int' to 'std::basic_string, std::allocator >::size_type' (aka 'unsigned long') [-Wsign-conversion] postdata.append(buf, r); ~~~~~~ ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:622:39: warning: operand of ? changes signedness: 'int' to 'std::vector::size_type' (aka 'unsigned long') [-Wsign-conversion] server_ports.resize(size < 0 ? 0 : size); ~~~~~~ ^~~~ In file included from /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/src/CivetServer.cpp:7: /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/include/CivetServer.h:39:24: warning: 'CivetException' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] class CIVETWEB_CXX_API CivetException : public std::runtime_error ^ /home/conan/w/cci_PR-4387/.conan/data/civetweb/1.13/_/_/build/cf0943b94de821b3b93f0e4dc5b3a99e1bd1e780/source_subfolder/include/CivetServer.h:129:24: warning: 'CivetAuthHandler' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit [-Wweak-vtables] class CIVETWEB_CXX_API CivetAuthHandler ^ 62 warnings generated. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY