summaryrefslogtreecommitdiff
path: root/src/StrKeysym.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-02-15 23:14:40 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-02-16 10:20:52 -0800
commit7e3bf4dd83fec22bd568146de75e6d59eff74e21 (patch)
treea2d931bc46c7fd267777a1da82163b5ba5a97187 /src/StrKeysym.c
parent54527eab93d46055cf11eb6c18abb353a03ae544 (diff)
XRebindKeysym: Drop unnecessary const-removing cast
C89 defines memcpy as taking a const void *, so casting from const unsigned char * to char * simply angers gcc for no benefit: KeyBind.c:1017:24: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/StrKeysym.c')
0 files changed, 0 insertions, 0 deletions