]> granicus.if.org Git - curl/commit
tests/server: make string literals const
authorMarcel Raad <raad@teamviewer.com>
Thu, 4 May 2017 18:19:10 +0000 (20:19 +0200)
committerMarcel Raad <raad@teamviewer.com>
Thu, 4 May 2017 18:26:06 +0000 (20:26 +0200)
commit4032c5da8473fc7d55e9a96471b697c62663c194
treeedd13339335320c3c30e5a6f5a77b4ec88a5c2fe
parent07fd7871b38cc8472c3806e254ba4062e3adeae0
tests/server: make string literals const

assign string literals to const char * instead of char * in order to
avoid a lot of these warnings:
cast from 'const char *' to 'char *' drops const qualifier
[-Wcast-qual]
tests/server/fake_ntlm.c
tests/server/rtspd.c
tests/server/sockfilt.c
tests/server/sws.c
tests/server/tftpd.c