~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/gnulib-common.m4

Merged update-gnulib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# gnulib-common.m4 serial 5
 
1
# gnulib-common.m4 serial 6
2
2
dnl Copyright (C) 2007-2008 Free Software Foundation, Inc.
3
3
dnl This file is free software; the Free Software Foundation
4
4
dnl gives unlimited permission to copy and/or distribute it,
21
21
#if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
22
22
# define __GNUC_STDC_INLINE__ 1
23
23
#endif])
 
24
  AH_VERBATIM([unused_parameter],
 
25
[/* Define as a marker that can be attached to function parameter declarations
 
26
   for parameters that are not used.  This helps to reduce warnings, such as
 
27
   from GCC -Wunused-parameter.  */
 
28
#if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
 
29
# define _UNUSED_PARAMETER_ __attribute__ ((__unused__))
 
30
#else
 
31
# define _UNUSED_PARAMETER_
 
32
#endif
 
33
])
24
34
])
25
35
 
26
36
# gl_MODULE_INDICATOR([modulename])