mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[XDK] Even the DBG_UNREFERENCED_PARAMETER() should use (void)P. Addendum to 46ca069e.
This commit is contained in:
@@ -315,7 +315,7 @@
|
||||
|
||||
/* Use to silence unused variable warnings when it is intentional */
|
||||
#define UNREFERENCED_PARAMETER(P) ((void)(P))
|
||||
#define DBG_UNREFERENCED_PARAMETER(P) {(P)=(P);}
|
||||
#define DBG_UNREFERENCED_PARAMETER(P) ((void)(P))
|
||||
#define DBG_UNREFERENCED_LOCAL_VARIABLE(L) ((void)(L))
|
||||
|
||||
/* Void Pointers */
|
||||
|
||||
Reference in New Issue
Block a user