Subject: gcc4 / unused trouble?
To: None <current-users@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 10/15/2006 22:28:00
With cvs from this afternoon:

../../../../arch/i386/i386/compat_13_machdep.c: In function 'compat_13_sys_sigreturn':
../../../../arch/i386/i386/compat_13_machdep.c:68: error: storage size of 'context' isn't known
../../../../arch/i386/i386/compat_13_machdep.c:78: error: dereferencing pointer to incomplete type
cc1: warnings being treated as errors
../../../../arch/i386/i386/compat_13_machdep.c:68: warning: unused variable 'context'

Patrick