stricter warnings, wip

This commit is contained in:
Philippe Teuwen
2020-05-03 01:13:28 +02:00
parent 9358554884
commit 3529aea157
43 changed files with 140 additions and 142 deletions

View File

@@ -116,7 +116,7 @@ bool isGraphBitstream(void) {
return true;
}
void convertGraphFromBitstream() {
void convertGraphFromBitstream(void) {
convertGraphFromBitstreamEx(1, 0);
}