]> git.ipfire.org Git - thirdparty/bind9.git/commit
Merge branch 'fix-implicit-fallthrough-v9_9' into 'v9_9'
authorOndřej Surý <ondrej@isc.org>
Thu, 15 Mar 2018 08:35:12 +0000 (04:35 -0400)
committerOndřej Surý <ondrej@isc.org>
Thu, 15 Mar 2018 08:35:12 +0000 (04:35 -0400)
commitffb4e01b3b8826f65810faafe9d2c795211934f0
treeb8949e2a83b1d0bc9bb918de8ea1d077efc34aa2
parent7d930fdb35ad7ca302aab65965e1bd28713bf56c
parenta5ea87026589ca93fcc29b6ed5753aef03bd91c7
Merge branch 'fix-implicit-fallthrough-v9_9' into 'v9_9'

Add __attribute__ ((fallthrough)); in place of implicit fallthrough to satisfy gcc 7 -Wextra

See merge request isc-projects/bind9!129