Commit 358b7a9d1d4a18a7047f9e99fdd272259f7c5ab8

Patrick Steinhardt 2019-06-14T08:44:13

deps: ntlmclient: disable implicit fallthrough warnings The ntlmclient dependency has quite a lot of places with implicit fallthroughs. As at least modern GCC has enabled warnings on implicit fallthroughs by default, the developer is greeted with a wall of warnings when compiling that dependency. Disable implicit fallthrough warnings for ntlmclient to fix this issue.