Throw an error and prevent compilation if there're unknown structures detected by DNA
This commit is contained in:
@@ -874,6 +874,8 @@ static int calculate_structlens(int firststruct)
|
||||
printf(" %s\n", types[structtype]);
|
||||
}
|
||||
}
|
||||
|
||||
dna_error = 1;
|
||||
}
|
||||
|
||||
return(dna_error);
|
||||
|
||||
Reference in New Issue
Block a user