mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 23:00:05 +01: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:
parent
7915791bac
commit
319dff750f
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,7 @@
|
|||
static void
|
||||
void
|
||||
__noop_to_appease_ar__(void);
|
||||
|
||||
void
|
||||
__noop_to_appease_ar__(void)
|
||||
{
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue