PERFORCE change 54686 for review

Marcel Moolenaar marcel at FreeBSD.org
Sat Jun 12 04:22:23 GMT 2004


http://perforce.freebsd.org/chv.cgi?CH=54686

Change 54686 by marcel at marcel_nfs on 2004/06/12 04:21:33

	Make this header WARNS=4 clean.

Affected files ...

.. //depot/projects/gdb/sys/ia64/include/gdb_machdep.h#6 edit

Differences ...

==== //depot/projects/gdb/sys/ia64/include/gdb_machdep.h#6 (text+ko) ====

@@ -41,7 +41,7 @@
 }
 
 static __inline int
-gdb_cpu_signal(int vector, int _)
+gdb_cpu_signal(int vector, int dummy __unused)
 {
 	return (vector);
 }


More information about the p4-projects mailing list