Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
9d5d87bb
Commit
9d5d87bb
authored
Jun 13, 2002
by
Per Cederqvist
Browse files
(CMOD_C_ATTRIBUTE_UNUSED): Use all three arguments of AC_DEFINE.
parent
6c13fa9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
acinclude.m4
View file @
9d5d87bb
dnl $Id: acinclude.m4,v 1.
5
200
1
/0
9/30 16:52
:0
8
ceder Exp $
dnl $Id: acinclude.m4,v 1.
6
200
2
/0
6/13 22:48
:0
3
ceder Exp $
dnl Copyright (C) 1994-1995, 1998-1999, 2001 Lysator Academic Computer Association.
dnl
dnl This file is part of the LysKOM server.
...
...
@@ -52,5 +52,6 @@ AC_CACHE_VAL([cmod_cv_c_attribute_unused_understood],
[cmod_cv_c_attribute_unused_understood=no]))
AC_MSG_RESULT($cmod_cv_c_attribute_unused_understood)
[if test $cmod_cv_c_attribute_unused_understood = yes ; then]
AC_DEFINE(HAVE_ATTRIBUTE_UNUSED)
AC_DEFINE([HAVE_ATTRIBUTE_UNUSED], 1,
[Define if your compiler supports __attribute__ ((unused)).])
[fi]])dnl
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment