Fix several compile issues (#261)

Fixed several code issues.  Mostly pedantic compiler warnings.  But also a sign issue exposed by newer compilers (#228, #260)
This commit is contained in:
Jaye Evins
2025-12-06 15:58:38 -05:00
committed by GitHub
parent 44a10fc796
commit b6cac2d208
10 changed files with 41 additions and 18 deletions
+6
View File
@@ -149,6 +149,9 @@ namespace glabels
case Units::PC:
d = pc();
break;
default:
d = mDPts;
break;
}
return d;
@@ -176,6 +179,9 @@ namespace glabels
case Units::PC:
d = pc();
break;
default:
d = mDPts;
break;
}
return d;