1. 03 Mar, 2017 3 commits
  2. 01 Mar, 2017 7 commits
  3. 08 Feb, 2017 7 commits
  4. 17 Nov, 2016 2 commits
  5. 05 Nov, 2016 1 commit
  6. 02 Nov, 2016 10 commits
  7. 31 Oct, 2016 1 commit
  8. 27 Oct, 2016 1 commit
  9. 20 Oct, 2016 8 commits
    • Ulrich Sibiller's avatar
      LRGB.c: Fix label defined but not used · 01eaab83
      Ulrich Sibiller authored
      LRGB.c: In function ‘LINEAR_RGB_InitSCCData’:
      LRGB.c:798:1: warning: label ‘FreeBlueTblElements’ defined but not used [-Wunused-label]
       FreeBlueTblElements:
       ^
      01eaab83
    • walter harms's avatar
      Fixes: warning: variable 'req' set but not,used · ddc5ed4c
      walter harms authored
      Fixes: warning: variable 'req' set but not used [-Wunused-but-set-variable]
             by marking req _X_UNUSED
      	Solution was discussed on xorg-devel ML
             Peter Hutter, Alan Coopersmith
              Re: [PATCH libX11 3/5] fix: warning: pointer targets in passing argument 2 of '_XSend' differ in signedness [-Wpointer-sign]
      
      Signed-off-by: harms wharms@bfs.de
      ddc5ed4c
    • walter harms's avatar
      fix: warning: pointer targets in passing argument 2 of '_XSend' differ in… · 21405f62
      walter harms authored
      fix: warning: pointer targets in passing argument 2 of '_XSend' differ in signedness [-Wpointer-sign]
      
      fix signess warning by casting
      Signed-off-by: 's avatarwalter harms <wharms@bfs.de>
      21405f62
    • walter harms's avatar
      no need to check args for Xfree() · 3f9ebf33
      walter harms authored
      simplify code
      Signed-off-by: 's avatarwalter harms <wharms@bfs.de>
      3f9ebf33
    • walter harms's avatar
      remove stray extern · 897b8b28
      walter harms authored
      remove stray extern
      Signed-off-by: 's avatarwalter harms <wharms@bfs.de>
      897b8b28
    • Ulrich Sibiller's avatar
      Fix warnings in XlibInt.c · 2c59fbe3
      Ulrich Sibiller authored
      XlibInt.c: In function ‘_XIOError’:
      XlibInt.c:3750:1: warning: ‘noreturn’ function does return [enabled by default]
       }
      
      After fixing the above a new warning came up, which is also fixed now:
      
      XlibInt.c: In function ‘_XIOError’:
      XlibInt.c:3750:1: warning: control reaches end of non-void function [-Wreturn-type]
       }
      2c59fbe3
    • Ulrich Sibiller's avatar
      imLcIm.c: Fix unused variables · e3c9bc39
      Ulrich Sibiller authored
      imLcIm.c: In function ‘_XimCreateDefaultTree’:
      imLcIm.c:525:11: warning: unused variable ‘cachedir’ [-Wunused-variable]
           char *cachedir = NULL;
                 ^
      imLcIm.c:521:35: warning: variable ‘intname’ set but not used [-Wunused-but-set-variable]
           char *name, *tmpname = NULL, *intname;
      e3c9bc39
    • Ulrich Sibiller's avatar
      Pending.c: Fix compilation warning · babaf67c
      Ulrich Sibiller authored
      Pending.c: In function ‘XEventsQueued’:
      Pending.c:44:5: warning: format ‘%p’ expects argument of type ‘void *’, but argument 3 has type ‘struct Display *’ [-Wformat=]
           fprintf(stderr, "\nXEventsQueued: Called with a display at [%p].\n", dpy);
           ^
      babaf67c