diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2016-10-19 21:58:06 +0200 |
---|---|---|
committer | Ulrich Sibiller <u.sibiller@science-computing.de> | 2016-10-20 10:16:35 +0200 |
commit | 01eaab8314a7b4a0cc5d5a10d9a0e87fc1709d72 (patch) | |
tree | 90474826f9b95f9b8d86f757bd34e6469154d6fe /nx-X11/lib/X11 | |
parent | ddc5ed4c9b876e2ae901edebcd59c9d77daeafd3 (diff) | |
download | nx-libs-01eaab8314a7b4a0cc5d5a10d9a0e87fc1709d72.tar.gz nx-libs-01eaab8314a7b4a0cc5d5a10d9a0e87fc1709d72.tar.bz2 nx-libs-01eaab8314a7b4a0cc5d5a10d9a0e87fc1709d72.zip |
LRGB.c: Fix label defined but not used
LRGB.c: In function ‘LINEAR_RGB_InitSCCData’:
LRGB.c:798:1: warning: label ‘FreeBlueTblElements’ defined but not used [-Wunused-label]
FreeBlueTblElements:
^
Diffstat (limited to 'nx-X11/lib/X11')
-rw-r--r-- | nx-X11/lib/X11/LRGB.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nx-X11/lib/X11/LRGB.c b/nx-X11/lib/X11/LRGB.c index 4bfa3cfb1..38cc6cfb4 100644 --- a/nx-X11/lib/X11/LRGB.c +++ b/nx-X11/lib/X11/LRGB.c @@ -795,9 +795,6 @@ LINEAR_RGB_InitSCCData( return(XcmsSuccess); -FreeBlueTblElements: - Xfree(pScreenData->pBlueTbl->pBase); - FreeBlueTbl: Xfree(pScreenData->pBlueTbl); |