You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add "-Wno-implicit-fallthrough" as flag in the variable ccflags-y from Makefile.
I use a gcc 7.5.0 and I got this error for every switch where you have a branch without break in the end.
Please add "-Wno-implicit-fallthrough" as flag in the variable ccflags-y from Makefile.
I use a gcc 7.5.0 and I got this error for every switch where you have a branch without break in the end.