mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-18 11:47:03 +00:00
BUILD: contrib/da: remove an "unused" warning
The rcsid variable is static an unused, causing a build warning. Let's just add __attribute__((unused)) to shut the warning. This may be backported to 2.0.
This commit is contained in:
parent
93604edb65
commit
ed295cc344
@ -3,7 +3,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
static char const rcsid[] = "$Id: dac.c, v dummy 1970/01/01 00:00:01 dcarlier Exp $";
|
static char const __attribute__((unused)) rcsid[] = "$Id: dac.c, v dummy 1970/01/01 00:00:01 dcarlier Exp $";
|
||||||
|
|
||||||
struct da_bitset {
|
struct da_bitset {
|
||||||
unsigned long bits[8];
|
unsigned long bits[8];
|
||||||
|
Loading…
Reference in New Issue
Block a user