Skip to content

Commit 75ccf02

Browse files
remove properties with no GCC support
1 parent b6d354f commit 75ccf02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/cil.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1424,8 +1424,7 @@ let attributeHash: (string, attributeClass) H.t =
14241424
(* Now come the MSVC declspec attributes *)
14251425
List.iter (fun a -> H.add table a AttrName)
14261426
[ "thread"; "naked"; "dllimport"; "dllexport";
1427-
"selectany"; "allocate"; "nothrow"; "novtable"; "property"; "noreturn";
1428-
"uuid"; "align" ];
1427+
"selectany"; "nothrow"; "property"; "noreturn"; "align" ];
14291428

14301429
List.iter (fun a -> H.add table a AttrFunType)
14311430
[ "format"; "regparm"; "longcall";

0 commit comments

Comments
 (0)