mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 06:07:34 +02:00
gcc11 -Wall -Wpedantic cleanup (post __attribute__)
This commit is contained in:
+1
-1
@@ -383,7 +383,7 @@ extBasic(def, outFile)
|
||||
if (devidx < 0)
|
||||
{
|
||||
TxError("Extract error: \"device\" property has unknown "
|
||||
"device type.\n", token);
|
||||
"device type: %s\n", token);
|
||||
propfound = FALSE;
|
||||
}
|
||||
if (propfound)
|
||||
|
||||
Reference in New Issue
Block a user