serge-web / serge

Serious Gaming, Evolved - web interface
https://sites.google.com/deepbluec.com/serge/
Apache License 2.0
14 stars 4 forks source link

Overcome VS-Code compiler warnings #2978

Closed IanMayo closed 1 month ago

IanMayo commented 1 month ago

Our new code includes some import constructs that VS-Codes flags up as errors.

Switch to relative references.

Note: with hindsight, the from "src/..." construct is common across the codebase. Keep these fixes (plus the comment about missing bounds) anyway.