mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
ITS#10436 Silence useless warnings
This commit is contained in:
parent
909b7c5abc
commit
b115d83b1d
1 changed files with 4 additions and 2 deletions
|
|
@ -72,11 +72,13 @@ cat << __EOF__
|
|||
* <http://www.OpenLDAP.org/license.html>.
|
||||
*/
|
||||
|
||||
static const char copyright[] =
|
||||
#include <ldap_cdefs.h>
|
||||
|
||||
static const char copyright[] LDAP_GCCATTR((unused)) =
|
||||
"Copyright 1998-2026 The OpenLDAP Foundation. All rights reserved.\n"
|
||||
"COPYING RESTRICTIONS APPLY\n";
|
||||
|
||||
$static $const char $SYMBOL[] =
|
||||
$static $const char $SYMBOL[] LDAP_GCCATTR((unused)) =
|
||||
"@(#) \$$PACKAGE: $APPLICATION $VERSION (" __DATE__ " " __TIME__ ") \$\n"
|
||||
"\t$WHOWHERE\n";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue