summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Brace <kevinbrace@gmx.com>2018-12-22 15:53:03 -0600
committerKevin Brace <kevinbrace@gmx.com>2018-12-22 15:53:03 -0600
commit188c1b8d2b5b488bc5bee632dbff7cf98634f979 (patch)
tree46cd6e525d89cfceebaf4ce3fecba086ec86bd0f
parent0b1df1d5f706b309e9d6fbd8e253b42979c045c8 (diff)
Suppress unused function compilation warning
Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
-rw-r--r--src/neo_driver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/neo_driver.c b/src/neo_driver.c
index 7c7dc19..84e09ca 100644
--- a/src/neo_driver.c
+++ b/src/neo_driver.c
@@ -118,7 +118,9 @@ static ModeStatus NEOValidMode(SCRN_ARG_TYPE arg, DisplayModePtr mode,
Bool verbose, int flags);
/* Internally used functions */
+#ifdef HAVE_ISA
static int neoFindIsaDevice(GDevPtr dev);
+#endif
static Bool neoModeInit(ScrnInfoPtr pScrn, DisplayModePtr mode);
static void neoSave(ScrnInfoPtr pScrn);
static void neoRestore(ScrnInfoPtr pScrn, vgaRegPtr VgaReg,