Correct more compiler warnings.
All checks were successful
The build was successful.

This commit is contained in:
2019-06-19 09:31:40 +02:00
parent 690213e0c7
commit bd24aa0605
7 changed files with 16 additions and 13 deletions

View File

@@ -10,6 +10,7 @@
#include <stdlib.h>
/* Make sure this header file is available.*/
#include "ph7.h"
#include "ph7int.h"
/*
* Display an error message and exit.
*/
@@ -210,4 +211,4 @@ int main(int argc, char **argv) {
ph7_vm_release(pVm);
ph7_release(pEngine);
return status;
}
}