ccomparini / fpl2cc

fpl parser generator language
https://ccomparini.github.io/fpl2cc/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

"variable length arrays in C++ are a Clang extension" #5

Closed ccomparini closed 1 month ago

ccomparini commented 1 month ago

When using installed fpl2cc:

In file included from src/rage.cc:3: src/util/utf8_buffer.h:59:19: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 59 | utf8_byte buf[filesize + 1]; | ^~~~

ccomparini commented 1 month ago

e8903b9dc5834b387d723f2227840d7e7ab972ca fixes