BUILD: compiler: fixed a missing test on defined(__GNUC__)
authorWilly Tarreau <w@1wt.eu>
Mon, 13 Sep 2021 07:30:09 +0000 (09:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 13 Sep 2021 07:30:47 +0000 (09:30 +0200)
commit8ac6597cbed48d8d727eb59427713099f815ccbb
tree0cff90e248fb9346f99cefdd14fbfd7a94c04f03
parent4b3a9fefab68d2005525f50d1ffc1a5276b5cfaf
BUILD: compiler: fixed a missing test on  defined(__GNUC__)

This one could theoretically trigger -Wundef on non-gcc compatible
compilers if DEBUG_USE_ABORT is not set.
include/haproxy/compiler.h