Skip to content

Commit

Permalink
fix first build break
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfriesen committed Sep 26, 2023
1 parent 24ff450 commit 888287e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xdp.cpp.props
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<!-- Disable C26812: The enum type '' is unscoped. Prefer 'enum class' over 'enum' -->
<DisableSpecificWarnings>26812;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<Link>
<Link Condition="'$(Platform)'!='arm64'">
<CETCompat>true</CETCompat>
</Link>
</ItemDefinitionGroup>
Expand Down

0 comments on commit 888287e

Please sign in to comment.