build test -Wall std=99 -Wpedantic

This commit is contained in:
sonoro1234
2019-02-18 12:33:12 +01:00
parent 186ebd8f06
commit 806ff124a1
2 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
#include "../cimgui.h"
void main(void)
int main(void)
{
return 0;
}