mirror of
https://github.com/tezc/sc.git
synced 2025-02-04 07:13:10 +08:00
Fix compile warnings
This commit is contained in:
parent
1bb8296eca
commit
3bfb0505fa
@ -2,7 +2,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
int main(void)
|
||||
{
|
||||
struct sc_cond cond;
|
||||
|
||||
|
@ -20,7 +20,7 @@ int cb(void *arg, int line, const char *section, const char *key,
|
||||
return 0;
|
||||
}
|
||||
|
||||
void test1()
|
||||
void test1(void)
|
||||
{
|
||||
int rc;
|
||||
static const char *ini = "#Sample \n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user