mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 06:39:14 +01:00
Silence AES warning
This warning came about after 46ad8b9d68b7eff720a6f33e6029ddd36ab8edaa In file included from /home/ports/pobj/dolphin-5.0.0.20230429/dolphin-5.0.0.20230429/Source/Core/Core/IOS/WFS/WFSI.cpp:4: /home/ports/pobj/dolphin-5.0.0.20230429/dolphin-5.0.0.20230429/Source/Core/Core/IOS/WFS/WFSI.h:54:6: warning: private field 'm_aes_key' is not used [-Wunused-private-field] u8 m_aes_key[0x10] = {}; ^
This commit is contained in:
parent
68c3b1fb7d
commit
49afa23f95
@ -51,7 +51,6 @@ private:
|
||||
std::string m_device_name;
|
||||
|
||||
std::unique_ptr<Common::AES::Context> m_aes_ctx{};
|
||||
u8 m_aes_key[0x10] = {};
|
||||
u8 m_aes_iv[0x10] = {};
|
||||
|
||||
ES::TMDReader m_tmd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user