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:
committed by
Michael Koch
parent
afd4cbbb50
commit
3953c05789
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user