build warning-free with LLVM+Clang on MirBSD itself

$ (CCC_LD=mgcc CC=ccc sh Build.sh -r && ./test.sh -v) 2>&1 | tee log
Total failed: 2 (as expected)
Total passed: 278

Just the result is huge, and we could of course build to intermediate
byte code to optimise globally…
This commit is contained in:
tg
2008-11-09 20:32:18 +00:00
parent c6e2845d63
commit 65b1923b61
4 changed files with 10 additions and 10 deletions

4
sh.h
View File

@@ -103,9 +103,9 @@
#define __SCCSID(x) __IDSTRING(sccsid,x)
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.250 2008/11/02 22:29:36 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.251 2008/11/09 20:32:18 tg Exp $");
#endif
#define MKSH_VERSION "R36 2008/11/02"
#define MKSH_VERSION "R36 2008/11/09"
#ifndef MKSH_INCLUDES_ONLY