Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DebugLib: Simplify DEBUG macro used when MDEPKG_NDEBUG is defined
The variant used when MDEPKG_NDEBUG is defined will be optimised away in RELEASE builds, but by referencing the argument list, avoids unused variable errors from valid debug code, for example when STATIC variables are used only in DEBUG statements.
- Loading branch information