Some warnings found that do not affect the build process: sgLog.o(.text+0x96): In function `sgLog': ./squidGuard.1.4-beta/src/sgLog.c:58: warning: vsprintf() is often misused, please use vsnprintf() sgDb.o(.text+0x7c): In function `sgDbInit': ./squidGuard.1.4-beta/src/sgDb.c:49: warning: strcpy() is almost always misused, please use strlcpy() sgDiv.o(.text+0x1298): In function `sgParseRedirect': ./squidGuard.1.4-beta/src/sgDiv.c:695: warning: sprintf() is often misused, please use snprintf() sgLog.o(.text+0x3a): In function `sgSetGlobalErrorLogFile': ./squidGuard.1.4-beta/src/sgLog.c:39: warning: strcat() is almost always misused, please use strlcat()