Index: libcfa/src/bits/debug.hfa
===================================================================
--- libcfa/src/bits/debug.hfa	(revision b08ab187c160941976da73c2529c2e398431fb14)
+++ libcfa/src/bits/debug.hfa	(revision d30c22957229a094959468625bda721051e9c843)
@@ -23,6 +23,6 @@
 	#define __cfaabi_dbg_ctx __PRETTY_FUNCTION__
 	#define __cfaabi_dbg_ctx2 , __PRETTY_FUNCTION__
-	#define __cfaabi_dbg_ctx_param const char caller[]
-	#define __cfaabi_dbg_ctx_param2 , const char caller[]
+	#define __cfaabi_dbg_ctx_param __attribute__((unused)) const char caller[]
+	#define __cfaabi_dbg_ctx_param2 , __attribute__((unused)) const char caller[]
 	#define __cfaabi_dbg_ctx_fwd caller
 	#define __cfaabi_dbg_ctx_fwd2 , caller
