Skip to content

Commit

Permalink
Ignore the NoInline attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaoliello committed Dec 13, 2024
1 parent 7e211d6 commit f662855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/ClangSharp.PInvokeGenerator/PInvokeGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6827,6 +6827,7 @@ private void WithAttributes(NamedDecl namedDecl, bool onlySupportedOSPlatform =
case CX_AttrKind_MSNoVTable:
case CX_AttrKind_MSAllocator:
case CX_AttrKind_MaxFieldAlignment:
case CX_AttrKind_NoInline:
case CX_AttrKind_NoThrow:
case CX_AttrKind_SelectAny:
case CX_AttrKind_TypeVisibility:
Expand Down

0 comments on commit f662855

Please sign in to comment.