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:
parent
7915791bac
commit
319dff750f
|
@ -1,4 +1,7 @@
|
||||||
static void
|
void
|
||||||
|
__noop_to_appease_ar__(void);
|
||||||
|
|
||||||
|
void
|
||||||
__noop_to_appease_ar__(void)
|
__noop_to_appease_ar__(void)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue