Go to the documentation of this file.
25 #ifndef HTTP_CURL_HEADER_LIST_H_INCLUDED
26 #define HTTP_CURL_HEADER_LIST_H_INCLUDED
30 #pragma GCC diagnostic push
31 #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
32 #pragma GCC diagnostic ignored "-Wattribute-warning"
33 #define CURL_NO_OLDIES 1
34 #include <curl/curl.h>
35 #pragma GCC diagnostic pop