compile with -std=c99
This commit is contained in:
parent
0d67ed54f7
commit
7490577f6a
|
@ -6694,6 +6694,8 @@ then
|
|||
SCO_SV*) OPT="$OPT -m486 -DSCO5"
|
||||
;;
|
||||
esac
|
||||
|
||||
OPT="$OPT -std=c99"
|
||||
;;
|
||||
|
||||
*)
|
||||
|
|
|
@ -1458,6 +1458,8 @@ then
|
|||
SCO_SV*) OPT="$OPT -m486 -DSCO5"
|
||||
;;
|
||||
esac
|
||||
|
||||
OPT="$OPT -std=c99"
|
||||
;;
|
||||
|
||||
*)
|
||||
|
|
Loading…
Reference in New Issue