]> granicus.if.org Git - check/commit
Applied a slightly modified version of a patch from
authorneo23 <neo23@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Wed, 10 Apr 2002 11:11:48 +0000 (11:11 +0000)
committerneo23 <neo23@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Wed, 10 Apr 2002 11:11:48 +0000 (11:11 +0000)
commit6304814f3e9bc048db049a465793f739eba56b03
treee427b11ff3a8c91079cad30019ea9012aad7e234
parent72f4695a5cda13b3a7c71d9b5025f58fdd4dafa7
Applied a slightly modified version of a patch from
Neil Spring <nspring@cs.washington.edu> that declares strings as
const where applicable. It also changes our CFLAGS to be much
stricter and removes the warnings introduced by -Wwrite-strings.
This allows building other check tests with -Wwrite-strings
without heaping gobs of compiler warnings.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@127 64e312b2-a51f-0410-8e61-82d0ca0eb02a
21 files changed:
check/AUTHORS
check/NEWS
check/configure.in
check/src/check.c
check/src/check.h.in
check/src/check_error.c
check/src/check_error.h
check/src/check_impl.h
check/src/check_log.c
check/src/check_msg.c
check/src/check_msg.h
check/src/check_pack.c
check/src/check_run.c
check/src/check_str.c
check/src/list.c
check/src/list.h
check/tests/check_check_fixture.c
check/tests/check_check_fork.c
check/tests/check_check_master.c
check/tests/check_check_pack.c
check/tests/check_list.c