rxi / lite

A lightweight text editor written in Lua
MIT License
7.42k stars 353 forks source link

error in declaration #226

Open 0xtrzy opened 3 years ago

0xtrzy commented 3 years ago
src/rencache.c:21:8: error: ISO C forbids zero-size array ‘text’ [-Wpedantic]
   21 |   char text[0];