commit | d7e595ddd5b243aa9ba1948d5e0a37783b5415af | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bart.vanassche@wdc.com> | Tue Oct 31 11:03:10 2017 -0700 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Sat Nov 04 15:15:35 2017 -0700 |
tree | b094dd636ef804f5a5c84fb7d6b70ceeff75ccb4 | |
parent | c48e5594d02f224c788cc57b192c61653a117b56 [diff] |
target: Suppress gcc 7 fallthrough warnings Avoid that gcc 7 reports the following warning when building with W=1: warning: this statement may fall through [-Wimplicit-fallthrough=] Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Cc: Christoph Hellwig <hch@lst.de> Cc: Mike Christie <mchristi@redhat.com> Cc: Varun Prakash <varun@chelsio.com> Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>