Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compiler warnings and regression test failure (re: fc2d5a6)
src/cmd/ksh93/bltins/test.c: - Fix the following compiler warnings from clang: test.c:554:11: warning: assigning to 'char *' from 'const char []' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] e_msg = e_badop; ^ ~~~~~~~ test.c:556:11: warning: assigning to 'char *' from 'const char []' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] e_msg = e_unsupported_op; ^ ~~~~~~~~~~~~~~~~ test.c:560:1: warning: control may reach end of non-void function [-Wreturn-type] src/cmd/ksh93/tests/builtins.sh: - Fix regression test by updating error message text.
- Loading branch information