Skip to content

Commit

Permalink
remove ineffective warning supressions
Browse files Browse the repository at this point in the history
  • Loading branch information
smdn committed Apr 3, 2024
1 parent 06d0435 commit 075b3d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ SPDX-License-Identifier: MIT

<!-- disables code style/code analysis warnings configured by Smdn.MSBuild.ProjectAssets.Library -->
<PropertyGroup>
<NoWarn>SA1005;SA1028;SA1110;SA1306;SA1309;SA1313;$(NoWarn)</NoWarn>
<NoWarn>SA1306;SA1309;SA1313;$(NoWarn)</NoWarn>
<NoWarn>SA1505;SA1508;SA1513;SA1514;SA1518;SA1616;SA1623;SA1629;SA1642;SA1649;$(NoWarn)</NoWarn>
</PropertyGroup>

Expand Down

0 comments on commit 075b3d5

Please sign in to comment.