diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2017-03-04 00:24:12 +0100 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2017-03-10 19:44:22 +0100 |
commit | 914f78a23e91f9cb545e122c55c2381f47e3740c (patch) | |
tree | c0c468f5e0d8802e462169f3fcf8c18676cb93e4 /nxproxy | |
parent | e79d3ac6b168e55ffc43ab9afcc5fef35d94f780 (diff) | |
download | nx-libs-914f78a23e91f9cb545e122c55c2381f47e3740c.tar.gz nx-libs-914f78a23e91f9cb545e122c55c2381f47e3740c.tar.bz2 nx-libs-914f78a23e91f9cb545e122c55c2381f47e3740c.zip |
xfixes: fix compiler warnings
cursor.c: In function ‘ProcXFixesGetCursorName’:
cursor.c:399:6: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
str = NameForAtom (pCursor->name);
^
cursor.c: In function ‘ProcXFixesGetCursorImageAndName’:
cursor.c:453:10: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
name = pCursor->name ? NameForAtom (pCursor->name) : "";
^
Diffstat (limited to 'nxproxy')
0 files changed, 0 insertions, 0 deletions