mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-23 22:37:54 +00:00
core: Make variable shadowing a compile-time error
Now that we have most of core free of shadowing, we can enable the warning as an error to catch anything that may be remaining and also eliminate this class of logic bug entirely.
This commit is contained in:
parent
37e988258a
commit
eeae5217ba
99 changed files with 304 additions and 279 deletions
|
@ -45,7 +45,7 @@ class BufferQueue;
|
|||
|
||||
class NVFlinger final {
|
||||
public:
|
||||
explicit NVFlinger(Core::System& system);
|
||||
explicit NVFlinger(Core::System& system_);
|
||||
~NVFlinger();
|
||||
|
||||
/// Sets the NVDrv module instance to use to send buffers to the GPU.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue