diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-05-24 10:06:37 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-05-24 10:06:37 -0700 |
commit | 3d05b29e9e1431f11cb2c2cb960380586c6ba494 (patch) | |
tree | 6de4c7ef68976f0721b5d2273b3bb7b596cb4181 /configure.ac | |
parent | d99cd9262291137a9e742166fdfedfeb74f08e57 (diff) |
Add noreturn attribute to Syntax function
Suggested by clang:
xgamma.c:48:1: warning: function 'Syntax' could be declared with attribute
'noreturn' [-Wmissing-noreturn]
{
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 6f79b2f..4ee5820 100644 --- a/configure.ac +++ b/configure.ac @@ -39,7 +39,7 @@ XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS # Checks for pkg-config packages -PKG_CHECK_MODULES(XGAMMA, x11 xxf86vm) +PKG_CHECK_MODULES(XGAMMA, [x11 xxf86vm xproto >= 7.0.17]) AC_CONFIG_FILES([ Makefile |