Fix warning "empty.c:1:0: warning: ISO C forbids an empty translation unit [-pedantic]"
This commit is contained in:
parent
b52308d071
commit
f6fff26f0f
1 changed files with 1 additions and 0 deletions
|
@ -1 +1,2 @@
|
||||||
/* empty source code file */
|
/* empty source code file */
|
||||||
|
#include <stdio.h>
|
||||||
|
|
Loading…
Reference in a new issue