Having this function be static generates a compiler warning.
Signed-off-by: Keith Packard <[email protected]>
---
hw/xfree86/os-support/bus/nobus.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/hw/xfree86/os-support/bus/nobus.c
b/hw/xfree86/os-support/bus/nobus.c
index dc36ecd..4872c5b 100644
--- a/hw/xfree86/os-support/bus/nobus.c
+++ b/hw/xfree86/os-support/bus/nobus.c
@@ -1,4 +1,7 @@
-static void
+void
+__noop_to_appease_ar__(void);
+
+void
__noop_to_appease_ar__(void)
{
return;
--
1.8.4.4
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel