engines/http: silence openssl 3.0 deprecation warnings
[fio.git] / engines / http.c
index b6df70f8d8a8e461632f7caf5af5bfd8157b0e30..1de9e66c75f793e641e1605c678f19c17b00c8db 100644 (file)
 #include "fio.h"
 #include "../optgroup.h"
 
+/*
+ * Silence OpenSSL 3.0 deprecated function warnings
+ */
+#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
 
 enum {
        FIO_HTTP_WEBDAV     = 0,