Mike Frysinger 3dd6860550 sim: add const markings to env string
The sim-options code assigns a const string to "char *" in decoding the
current environment settings, and only uses it to pass to a printf.  GCC
outputs the warnings:
common/sim-options.c: In function 'standard_option_handler':
common/sim-options.c:271: warning: assignment discards qualifiers from pointer
target type
common/sim-options.c:272: warning: assignment discards qualifiers from pointer
target type
common/sim-options.c:273: warning: assignment discards qualifiers from pointer
target type

So I've committed this as "obvious".

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-04-10 07:35:35 +00:00
..
2010-01-09 21:11:44 +00:00
2010-01-09 21:11:44 +00:00
2010-01-09 21:11:44 +00:00
2010-03-30 20:38:26 +00:00
2010-01-09 21:11:44 +00:00
2010-01-09 21:11:44 +00:00
2010-03-30 20:38:26 +00:00
2010-01-09 21:11:44 +00:00
2010-02-12 02:44:26 +00:00
2010-02-12 02:44:26 +00:00
2010-03-30 20:38:26 +00:00
2010-01-09 21:11:44 +00:00
2010-01-09 21:11:44 +00:00
2010-01-09 21:11:44 +00:00
2010-01-09 21:11:44 +00:00
2010-02-27 01:24:37 +00:00
2010-02-14 07:15:57 +00:00
2010-02-13 04:44:41 +00:00
2010-02-12 02:44:26 +00:00
2009-11-24 19:22:45 +00:00
2009-11-24 19:22:45 +00:00