13
0
livetrax/libs/evoral
Robin Gareus c98fc1099d Fix some Wimplicit-fallthrough
A "fall through" comment is most portable way to indicate
"no break, fallthru" cases.

 * __attribute__ ((fallthrough))  // is not portable
 * [[fallthrough]]; // is C++17
2018-10-26 14:53:44 +02:00
..
evoral
MSVCevoral
src Fix some Wimplicit-fallthrough 2018-10-26 14:53:44 +02:00
test
run-tests.sh
wscript remove use of hardcoded -fPIC compiler flag, and use compiler flag dict instead 2018-10-14 22:06:11 -04:00