Hi All,

Some recent warnings around this file:
https://www.fossil-scm.org/index.html/artifact/0f86b6204436fdb2


cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_ENABLE_TH1_DOCS
-DFOSSIL_DYNAMIC_BUILD=1  -I/usr/local/include/tcl8.6  -g -O2
-DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O -pipe  -o bld/fshell.o
-c bld/fshell_.c
./src/fshell.c: In function 'shell_cmd':
./src/fshell.c:77:24: warning: implicit declaration of function
'isspace' [-Wimplicit-function-declaration]
         while( i<n && !isspace(zLine[i]) ){ i++; }
                        ^
./src/fshell.c:102:7: warning: implicit declaration of function 'main'
[-Wimplicit-function-declaration]
       main(nArg, azArg);
       ^
./src/fshell.c:107:7: warning: implicit declaration of function
'waitpid' [-Wimplicit-function-declaration]
       waitpid(childPid, &status, 0);




-- 
-------
inum: 883510009027723
sip: jungleboo...@sip2sip.info
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to