gcc11 -Wall -Wpedantic cleanup

This commit is contained in:
Darryl L. Miles
2025-01-06 16:12:11 +00:00
parent 3df2aaaa16
commit 07f9bbe1fb
20 changed files with 42 additions and 31 deletions
+4 -2
View File
@@ -342,7 +342,8 @@ PlotVersTechLine(sectionName, argc, argv)
}
else
{
int i, value;
unsigned int value;
int i;
if (argc != 17)
{
@@ -440,7 +441,8 @@ PlotColorVersTechLine(sectionName, argc, argv)
}
else
{
int i, j, value;
unsigned int value;
int i, j;
if (argc != 3 && argc != 4 && argc != 6 && argc != 10 && argc != 18)
{