There is no such thing as void volatile.
This commit is contained in:
parent
eebd9ebe9d
commit
7056ba0e78
2
external/gpl3/gdb/dist/sim/ppc/device.c
vendored
2
external/gpl3/gdb/dist/sim/ppc/device.c
vendored
@ -1815,7 +1815,7 @@ device_ioctl(device *me,
|
||||
/* I/O */
|
||||
|
||||
EXTERN_DEVICE\
|
||||
(void volatile)
|
||||
(void)
|
||||
device_error(device *me,
|
||||
const char *fmt,
|
||||
...)
|
||||
|
2
external/gpl3/gdb/dist/sim/ppc/device.h
vendored
2
external/gpl3/gdb/dist/sim/ppc/device.h
vendored
@ -726,7 +726,7 @@ EXTERN_DEVICE\
|
||||
*/
|
||||
|
||||
EXTERN_DEVICE\
|
||||
(void volatile) device_error
|
||||
(void) device_error
|
||||
(device *me,
|
||||
const char *fmt,
|
||||
...) __attribute__ ((format (printf, 2, 3)));
|
||||
|
Loading…
Reference in New Issue
Block a user