]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
strchr() takes a char * as a first parameter, and in the cases a const char * is...
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 25 May 2026 15:56:03 +0000 (15:56 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 25 May 2026 15:56:03 +0000 (15:56 +0000)
commit16dded8c7dc1ba1b5b00a1bd8bd889086266cc81
tree67d6e062998ea00b21a7d7c5e08155f783bf8827
parent5d4d5b481c924988537f66921d854302229da051
strchr() takes a char * as a first parameter, and in the cases a const char * is passed.

This breaks build process at least with gcc 16.1.1 and maintainer-mode enabled.

Without maintainer-mode, only a warning is generated.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934597 13f79535-47bb-0310-9956-ffa450edef68
support/ab.c
support/rotatelogs.c