diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-11-16 19:18:18 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-11-16 19:18:18 -0800 |
commit | 6e16a274610317abc3956291aa498b1ecdccc900 (patch) | |
tree | 45570545cd2c3f3f8cc41e6be199d5a72f359265 /configure.ac | |
parent | 14ecba28e2d2846d0690ee86d3d01a1389558fd6 (diff) |
XDamageCloseDisplay: Mark codes as unused
Quiets clang warning:
Xdamage.c:207:47: warning: unused parameter 'codes' [-Wunused-parameter]
XDamageCloseDisplay (Display *dpy, XExtCodes *codes)
^
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3f58b8d..b51a85d 100644 --- a/configure.ac +++ b/configure.ac @@ -52,7 +52,7 @@ DAMAGEEXT_VERSION=[`echo $VERSION | sed 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/' AC_SUBST(DAMAGEEXT_VERSION) # Obtain compiler/linker options for dependencies -PKG_CHECK_MODULES(XDAMAGE, [damageproto >= $DAMAGEEXT_VERSION] xfixes fixesproto xextproto x11) +PKG_CHECK_MODULES(XDAMAGE, [damageproto >= $DAMAGEEXT_VERSION xfixes fixesproto xextproto x11 xproto >= 7.0.22]) AC_CONFIG_FILES([Makefile src/Makefile |