Fix: ctf_enum_value() does not work with g++
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 28 Jun 2016 23:11:04 +0000 (19:11 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 30 Jun 2016 17:46:28 +0000 (13:46 -0400)
g++ does not support non-trivial designated initializers like
C99 does, thus the fields must be initialized in order
in ctf_enum_value().

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

No differences found
This page took 0.024417 seconds and 4 git commands to generate.