openocd/src/svf
Freddie Chopin 9364b0dba4 Fix GCC7 warnings about switch-case fallthroughs
GCC7 with -Wextra warns about switch-case blocks which fallthrough with
"this statement may fall through [-Werror=implicit-fallthrough=]". This
can be fixed by adding "special" comments: "/* fallthrough */".

See https://gcc.gnu.org/gcc-7/changes.html

Change-Id: Iba0be791dbdd86984489b2d9a0592bb59828da1e
Signed-off-by: Freddie Chopin <freddie.chopin@gmail.com>
Reviewed-on: http://openocd.zylin.com/4174
Tested-by: jenkins
2017-10-23 10:54:16 +01:00
..
Makefile.am Convert to non-recursive make 2016-12-08 16:23:10 +00:00
svf.c Fix GCC7 warnings about switch-case fallthroughs 2017-10-23 10:54:16 +01:00
svf.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00