drivers/net: disable new gcc 7 warnings for base code
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 4 May 2017 15:38:14 +0000 (16:38 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 5 May 2017 16:27:09 +0000 (18:27 +0200)
For base code in drivers shared with other projects, disable the new
warnings from gcc 7 about unlabelled fall-through in switch statements.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>

No differences found