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

[machdep] add SIZEOF_INT128 as censored macro

parent f15c2e10
No related branches found
No related tags found
No related merge requests found
......@@ -422,7 +422,7 @@ let silence_cpp_machdep_warnings cmdl =
else
[]
let known_bad_macros = [ "SSE" ]
let known_bad_macros = [ "SIZEOF_INT128"; "SSE" ]
let censored_macros cpp_args =
List.fold_left
......
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