Another Clang report.

* iface/nips/nips.cc (format_state): Do not use a variable-sized
array, this is not allowed in C++.
This commit is contained in:
Alexandre Duret-Lutz 2010-11-27 14:29:28 +01:00
parent 019c85dff6
commit 8156766fe3
2 changed files with 13 additions and 3 deletions

View file

@ -1,3 +1,10 @@
2010-11-27 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Another Clang report.
* iface/nips/nips.cc (format_state): Do not use a variable-sized
array, this is not allowed in C++.
2010-11-27 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Fix more errors reported by Clang.