forked from allinurl/goaccess
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/json.c:609:40: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual] escape_json_output (json, (char *) conf.filenames[idx]); ^ 1 warning generated. src/output.c:215:30: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual] clean_output (fp, (char *) title); ^ 1 warning generated. src/sort.c:125:30: warning: cast from 'const void *' to 'char **' drops const qualifier [-Wcast-qual] return strcmp (*((char **) a), *((char **) b)); ^ src/sort.c:125:46: warning: cast from 'const void *' to 'char **' drops const qualifier [-Wcast-qual] return strcmp (*((char **) a), *((char **) b)); ^ 2 warnings generated. src/util.c:925:25: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual] p = (unsigned char *) src; ^ 1 warning generated. src/websocket.c:260:25: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual] p = (unsigned char *) src; ^ src/websocket.c:1513:33: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual] SHA1Update (&sha, (uint8_t *) s, len); ^ 2 warnings generated.
- Loading branch information
Showing
5 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters