0
0
mirror of https://git.tardis.systems/mirrors/yuzu.git synced 2025-01-03 03:54:45 +00:00

boxcat: Silence -Wmaybe-uninitialized in httplib.h

This commit is contained in:
ReinUsesLisp 2021-07-12 03:18:11 -03:00
parent 7059bb2bf8
commit 69214ef678

View File

@ -7,6 +7,9 @@
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wshadow"
#ifndef __clang__
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
#endif
#endif
#include <httplib.h>
#include <mbedtls/sha256.h>