• Show log

    Commit

  • Hash : 358b7a9d
    Author : Patrick Steinhardt
    Date : 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.