mirror of
https://github.com/novatiq/packages.git
synced 2026-04-25 13:24:41 +01:00
classpath builds with -Wextra and, unless configured with --disable-werror, -Werror. Since GCC 7 added -Wimplicit-fallthrough=3 to -Wextra we need to make it not an error for code that doesn't use __attribute__((fallthrough)) yet. Signed-off-by: Daniel Santos <daniel.santos@pobox.com>