fix “null argument where non-null required” warning
This commit is contained in:
parent
ce6cdb96f2
commit
f6728353bd
6
Build.sh
6
Build.sh
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.592 2012/11/30 20:49:16 tg Exp $'
|
srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.593 2012/11/30 22:17:32 tg Exp $'
|
||||||
#-
|
#-
|
||||||
# Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
# Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
||||||
# 2011, 2012
|
# 2011, 2012
|
||||||
@ -1495,7 +1495,7 @@ else
|
|||||||
#define EXTERN
|
#define EXTERN
|
||||||
#define MKSH_INCLUDES_ONLY
|
#define MKSH_INCLUDES_ONLY
|
||||||
#include "sh.h"
|
#include "sh.h"
|
||||||
__RCSID("$MirOS: src/bin/mksh/Build.sh,v 1.592 2012/11/30 20:49:16 tg Exp $");
|
__RCSID("$MirOS: src/bin/mksh/Build.sh,v 1.593 2012/11/30 22:17:32 tg Exp $");
|
||||||
int main(void) { printf("Hello, World!\n"); return (0); }
|
int main(void) { printf("Hello, World!\n"); return (0); }
|
||||||
EOF
|
EOF
|
||||||
case $cm in
|
case $cm in
|
||||||
@ -1592,7 +1592,7 @@ EOF
|
|||||||
ac_test gettimeofday <<-'EOF'
|
ac_test gettimeofday <<-'EOF'
|
||||||
#define MKSH_INCLUDES_ONLY
|
#define MKSH_INCLUDES_ONLY
|
||||||
#include "sh.h"
|
#include "sh.h"
|
||||||
int main(void) { return (gettimeofday(NULL, NULL)); }
|
int main(void) { struct timeval; return (gettimeofday(&tv, NULL)); }
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
ac_test killpg <<-'EOF'
|
ac_test killpg <<-'EOF'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user