mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-02-21 02:13:35 +01:00
boxcat: Silence -Wmaybe-uninitialized in httplib.h
This commit is contained in:
parent
7059bb2bf8
commit
69214ef678
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user