Skip to content

Werror implicit-fallthrough GCC 7.1.1 #13

@KoWu

Description

@KoWu

With GCC 7.1.1 implicit fallthroughs throw a warning. Because of Werror the build will fail.

If someone else has this issue, as a temporal fix build with:
make -j
wait until the error is thrown and continue with
make -j CFLAGS='-Wno-implicit-fallthrough'

By only using the second make command the build will fail as well with "libusb.h" not found because of some buggy makefile wich does not properly handle CFLAGS???

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions