Skip to content
Snippets Groups Projects
Commit a375065f authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

Merge branch 'fix/andre/glibc-2-35-predefs' into 'master'

[Kernel] add predefined macros to avoid compiler warnings

See merge request frama-c/frama-c!3787
parents 6b1ea313 4916b02f
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,10 @@
"__STDC_ANALYZABLE__"; "__STDC_IEC_559__"; "__STDC_IEC_559_COMPLEX__";
"__STDC_LIB_EXT1__"; "__STDC_NO_ATOMICS__"; "__STDC_NO_COMPLEX__";
"__STDC_NO_THREADS__"; "__STDC_NO_VLA__";
(* from TS 18661-1:2014 (for glibc >=2.35) *)
"__STDC_IEC_60559_BFP__"; "__STDC_IEC_60559_COMPLEX__";
(* expanding assert, an ACSL keyword, is not a good idea. *)
"assert";
(* __nonnull is predefined by Clang on macOS. *)
......
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