mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 14:23:34 -05:00
ITS#10436 Silence useless warnings
This commit is contained in:
parent
b9379f6e4e
commit
8dad313e80
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