xserver-multidpi/hw/xfree86/os-support/bus/nobus.c
Keith Packard 319dff750f 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>
2014-01-12 10:14:51 -08:00

9 lines
86 B
C

void
__noop_to_appease_ar__(void);
void
__noop_to_appease_ar__(void)
{
return;
}