Skip to content

Commit

Permalink
Suppress UTF-7 warning in LslTools
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderblocks committed Jan 6, 2022
1 parent b587e39 commit 2e51f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibreMetaverse.LslTools/LibreMetaverse.LslTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>Tools</RootNamespace>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<IncludeSymbols>true</IncludeSymbols>
<NoWarn>0419,1574,1591</NoWarn>
<NoWarn>0419,1574,1591,0618</NoWarn>
<Platforms>x64;x86;AnyCPU</Platforms>
<OutputPath>..\bin\</OutputPath>
</PropertyGroup>
Expand Down

0 comments on commit 2e51f12

Please sign in to comment.