summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Brace <kevinbrace@gmx.com>2018-12-25 08:37:45 -0600
committerKevin Brace <kevinbrace@gmx.com>2018-12-25 08:37:45 -0600
commita4a45b7a29d8ab8dc67b9b5c9c0833a1a4492130 (patch)
tree465a2702ffc2531808c9c3b95af79eea378cbf74
parentb32b125e91ceb40964c006aec135a79294611b59 (diff)
downloadxorg-driver-xf86-video-cirrus-a4a45b7a29d8ab8dc67b9b5c9c0833a1a4492130.tar.gz
Suppress unused label compilation warning
Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
-rw-r--r--src/lg_driver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lg_driver.c b/src/lg_driver.c
index eaba5f3..60280df 100644
--- a/src/lg_driver.c
+++ b/src/lg_driver.c
@@ -303,7 +303,9 @@ LgDoDDC(ScrnInfoPtr pScrn)
xf86SetDDCproperties(pScrn, MonInfo);
+#if LGuseI2C
unmap_out:
+#endif /* LGuseI2C */
CirUnmapMem(pCir, pScrn->scrnIndex);
return MonInfo;