mirror of
https://github.com/acidanthera/audk.git
synced 2025-08-18 08:08:09 +02:00
The variants provided when MDEPKG_NDEBUG is defined will be optimised away in RELEASE builds, but by referencing the argument (or argument list, in the case of DEBUG) avoid unused variable errors from valid debug code, for example when STATIC variables are used only in DEBUG statements.