Replace StaticString/pointers with String #97
Annotations
4 warnings
Build:
Sources/PlaydateKit/Core/Display.swift#L1
public import of 'CPlaydate' was not used in public declarations or inlinable code
|
Build:
Sources/PlaydateKit/Core/Graphics.swift#L394
result of call to function returning 'Graphics.Bitmap.DrawMode' (aka 'LCDBitmapDrawMode') is unused
|
Build:
Sources/PlaydateKit/Core/Sound.swift#L1
public import of 'CPlaydate' was not used in public declarations or inlinable code
|
Build:
Sources/PlaydateKit/Core/System.swift#L239
left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
|