gnotclub / xst

st fork that uses Xresources and some pretty good patches
MIT License
536 stars 74 forks source link

Add -std=c99 to CFLAGS #141

Closed bentitmus closed 1 year ago

bentitmus commented 2 years ago

I needed to add -std=c99 to CFLAGS to get this to compile (gcc relatively recent version). I'm pretty sure this flag should be safe on LLVM as well, so maybe it could be added to config.mk? I'm happy to create the commit and pull request if agreed.

neeasade commented 1 year ago

I can't reproduce this (gcc version 11.3.0)