jvm.h (MAYBE_UNUSED): New macro tp mark probably unused arguments.

2004-02-01  Michael Koch  <konqueror@gmx.de>

	* include/jvm.h (MAYBE_UNUSED): New macro tp mark probably unused
	arguments.
	* jni.cc (_Jv_LookupJNIMethod): Mark 'args_size' unused.
	* verify.cc (debug_print): Mark 'fmt' unused.

From-SVN: r77079
This commit is contained in:
Michael Koch
2004-02-01 20:05:03 +00:00
committed by Michael Koch
parent afd4cbbb50
commit 3953c05789
4 changed files with 12 additions and 2 deletions
+3
View File
@@ -30,6 +30,9 @@ details. */
#include <gcj/cni.h>
#include <gcj/field.h>
/* Macro for possible unused arguments. */
#define MAYBE_UNUSED __attribute__((__unused__))
/* Structure of the virtual table. */
struct _Jv_VTable
{