libcheck / check

A unit testing framework for C
GNU Lesser General Public License v2.1
1.07k stars 210 forks source link

Replace gnu_printf with printf in format __attribute__ #282

Closed brarcher closed 4 years ago

brarcher commented 4 years ago

The gnu_printf format attribute was being picked up by clang as well as gcc. Only gcc defines gnu_printf. Switching to only 'printf' to support clang as well.