diff options
Diffstat (limited to 'winsup/cygwin/security.h')
-rw-r--r-- | winsup/cygwin/security.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/security.h b/winsup/cygwin/security.h index a7e2515c7..e8e4f4745 100644 --- a/winsup/cygwin/security.h +++ b/winsup/cygwin/security.h @@ -51,7 +51,7 @@ public: void debug_print (const char *prefix = NULL) const { - char buf[256]; + char buf[256] __attribute__ ((unused)); debug_printf ("%s %s", prefix ?: "", string (buf) ?: "NULL"); } }; |