Re: [Qemu-devel] [PATCH] ui/cocoa.m: addRemovableDevicesMenuItems() warning fix

2015-10-13 Thread Peter Maydell
On 25 September 2015 at 23:44, Programmingkid wrote: > Eliminate this warning associated with the addRemovableDevicesMenuItems() > function: > > ui/cocoa.m:1344:13: warning: function declaration isn't a prototype > [-Wstrict-prototypes] > static void addRemovableDevicesMenuItems() >

[Qemu-devel] [PATCH] ui/cocoa.m: addRemovableDevicesMenuItems() warning fix

2015-09-25 Thread Programmingkid
Eliminate this warning associated with the addRemovableDevicesMenuItems() function: ui/cocoa.m:1344:13: warning: function declaration isn't a prototype [-Wstrict-prototypes] static void addRemovableDevicesMenuItems() ^ ui/cocoa.m: In function 'addRemovableDevicesMenuItems': ui/cocoa.