mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
hw/xfree86: nobus.c shouldn't define a static function
Having this function be static generates a compiler warning. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
static void
|
||||
void
|
||||
__noop_to_appease_ar__(void);
|
||||
|
||||
void
|
||||
__noop_to_appease_ar__(void)
|
||||
{
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user