thp / wavbreaker

Gtk3-based cross-platform GUI tool to losslessly split WAV, MP2 and MP3 files into multiple parts.
https://wavbreaker.sourceforge.io/
GNU General Public License v2.0
34 stars 10 forks source link

Pass -std=gnu99 for old compilers #6

Closed jbeich closed 5 years ago

jbeich commented 5 years ago

FreeBSD and OpenBSD still use GCC 4.2 on some non-x86 architectures (e.g., powerpc, mips, sparc*). Clang 3.6 and GCC 5.0 switched to C11 by default.