# This file is part of the SV-Benchmarks collection of verification tasks: # https://github.com/sosy-lab/sv-benchmarks # # SPDX-FileCopyrightText: 2015-2016 Daniel Liew # SPDX-FileCopyrightText: 2015-2020 The SV-Benchmarks Community # # SPDX-License-Identifier: Apache-2.0 LEVEL := ../ COMMON_WARNINGS := \ -Wno-int-conversion \ GCC_WARNINGS := \ -Wno-logical-not-parentheses \ -Wno-bool-compare \ CLANG_WARNINGS := \ -Wno-incompatible-library-redeclaration \ -Wno-return-type \ -Wno-tautological-constant-out-of-range-compare \ -Wno-gnu-variable-sized-type-not-at-end \ include $(LEVEL)/Makefile.config