fix: __STDC_VERSION__ can be undefined in C++
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 17 Mar 2022 17:45:51 +0000 (13:45 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 22 Mar 2022 19:37:44 +0000 (15:37 -0400)
commit3615ef97a1075d302b5faad557154785135b7eb7
treee5096c8869e50898797035c15bd75a2fc1fc4a37
parentf27b0770c5fe934bd90c4b20103c59f9e7f96a5b
fix: __STDC_VERSION__ can be undefined in C++

Caught on SLES12 with g++ 4.8 when enabling '-Wundef'.

Change-Id: Ib027f224a4f0ef021beb1709d8a626db62fe6d9c
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/ust-compiler.h
tests/utils/tap.h
This page took 0.024803 seconds and 4 git commands to generate.