You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The open source project Shell in a Box compiles successfully on Linux, but fails using the same commands under scan-build. The build fails regardless of compiler.
With scan-build:
In file included from httpconnection.c:50:
/usr/include/math.h:261:1: warning: this is the location of the previous definition
httpconnection.c:212: error: conflicting types for ‘strcasestr’
/usr/include/string.h:371: note: previous declaration of ‘strcasestr’ was here
make[2]: *** [httpconnection.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
The text was updated successfully, but these errors were encountered:
Extended Description
The open source project Shell in a Box compiles successfully on Linux, but fails using the same commands under scan-build. The build fails regardless of compiler.
With scan-build:
In file included from httpconnection.c:50:
/usr/include/math.h:261:1: warning: this is the location of the previous definition
httpconnection.c:212: error: conflicting types for ‘strcasestr’
/usr/include/string.h:371: note: previous declaration of ‘strcasestr’ was here
make[2]: *** [httpconnection.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
The text was updated successfully, but these errors were encountered: