lloyd / yajl

A fast streaming JSON parsing library in C.
http://lloyd.github.com/yajl
ISC License
2.15k stars 435 forks source link

Fix windows/msvc build by putting gcc specific attribute in a macro #253

Closed leon-bckl closed 1 year ago

leon-bckl commented 1 year ago

Alternatively a /* fall through */ marker comment could work but I think this is more reliable since the preprocessor removes comments which could interfere with tools such as ccache that use it.