Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/compat/ndis/Attic/pe_var.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/compat/ndis/Attic/pe_var.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3.6.2 retrieving revision 1.4 diff -u -p -r1.3.6.2 -r1.4 --- src/sys/compat/ndis/Attic/pe_var.h 2006/04/19 04:01:22 1.3.6.2 +++ src/sys/compat/ndis/Attic/pe_var.h 2006/10/12 01:30:49 1.4 @@ -435,8 +435,8 @@ typedef struct image_patch_table image_p #define __stdcall __attribute__((__stdcall__)) #define __regcall __attribute__((__regparm__(3))) #define __fastcall __stdcall __regcall -#define REGARGS1(decl1) int dummy1, int dummy2, decl1 -#define REGARGS2(decl1, decl2) int dummy1, decl2, decl1 +#define REGARGS1(decl1) int dummy1 __unused, int dummy2 __unused, decl1 +#define REGARGS2(decl1, decl2) int dummy1 __unused, decl2, decl1 #define REGCALL1(arg1) 0, 0, arg1 #define REGCALL2(arg1, arg2) 0, arg2, arg1 #endif