summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-16 14:18:04 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-16 14:48:15 -0800
commit9684853f4654c0cbd2fc5433c960f80f7ba68f62 (patch)
treefcfb4eaec8fe47d4eae555836c2fc3b148d73921
parent42e39d102f5fc9e4834431b351e9d584052b4f75 (diff)
Stop building helpers.c
Clears -Wmissing-prototypes warning for every function in it, none of which are referenced in any other file. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0fc5a6a..1351e55 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -41,7 +41,6 @@ vboxvideo_drv_ladir = @moduledir@/drivers
vboxvideo_drv_la_SOURCES = \
edid.c \
getmode.c \
- helpers.c \
HGSMIBase.c \
HGSMIBase.h \
HGSMIBuffers.c \