Skip to content

Commit

Permalink
fixed warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
krauthaufen committed Dec 6, 2023
1 parent beaea37 commit d4bc784
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Aardvark.Rendering.Text/FontResolver.fs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ open System.Security
open FuzzySharp
open Typography.OpenFont

#nowarn "9"

module internal FontResolver =

type FontTableEntry<'a> =
Expand Down Expand Up @@ -237,9 +239,7 @@ module internal FontResolver =

FontTable result
)




module private MacOs =
open System.Runtime.InteropServices
open System.IO
Expand Down

0 comments on commit d4bc784

Please sign in to comment.