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:39:30 +0000 (15:39 -0400)
commit09e0e70888089f7ad48d6a5b88fea6fd32701600
treefde94894b91eb33d6432c5f66676fd584a525156
parent25f62b0a70363a36b8af93c7f7a010532072f861
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.025716 seconds and 4 git commands to generate.