Skip to content
Snippets Groups Projects
Commit 14465a75 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

Merge branch 'feature/tools/strict-headers' into 'master'

Strict headers

See merge request frama-c/frama-c!3873
parents 4f17f2ba 522ad1b9
No related branches found
No related tags found
No related merge requests found
...@@ -30,9 +30,9 @@ ...@@ -30,9 +30,9 @@
# Must be unset (for external plugins) and set (for FRAMA-C kernel) # Must be unset (for external plugins) and set (for FRAMA-C kernel)
FRAMAC_HDRCK?= FRAMAC_HDRCK?=
# Can be set to yes # Can be set to no
# - yes: adds "-exit-on-warning" option to "frama-c-hdrck" # - yes: adds "-exit-on-warning" option to "frama-c-hdrck"
HEADER_STRICT?= HEADER_STRICT?=yes
# Defines where to find the header directories # Defines where to find the header directories
HEADER_DIRS?=headers $(wildcard src/plugins/*/headers) HEADER_DIRS?=headers $(wildcard src/plugins/*/headers)
......
...@@ -2,5 +2,6 @@ ...@@ -2,5 +2,6 @@
# HEADER_SPEC: .ignore # # HEADER_SPEC: .ignore #
######################## ########################
/Eva.header header_spec=.ignore
/Changelog_non_free header_spec=.ignore /Changelog_non_free header_spec=.ignore
/legacy/TOREMOVE header_spec=.ignore /legacy/TOREMOVE header_spec=.ignore
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment