tests: define _GNU_SOURCE instead of __USE_GNU
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 4 Mar 2012 20:26:09 +0000 (15:26 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 4 Mar 2012 20:26:09 +0000 (15:26 -0500)
commit76ca5685bbc20ebbfdc50d07f1d717769668cb8e
tree4ccf7c7e9cb3a535ec8dd9f6e54d996a44c55279
parentaee1715b914e5f4ba5003079d5d954ef2209f04e
tests: define _GNU_SOURCE instead of __USE_GNU

Fixes the following warning:

In file included from urcutorture.c:9:0:
api.h:67:0: warning: "__USE_GNU" redefined [enabled by default]
/usr/include/features.h:304:0: note: this is the location of the previous definition

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/api.h
This page took 0.025578 seconds and 4 git commands to generate.