diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2018-04-23 22:29:06 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-04-25 09:25:12 +0200 |
commit | d25f0a42e822813b385f22c8a376e54833116d5a (patch) | |
tree | 55840047f26efe70235f04e219744f37151af713 /lib/getenv.c | |
parent | 732d093835b165e7534e09fad7ef09e0e6098566 (diff) |
os400.c: fix ASSIGNWITHINCONDITION checksrc warnings
All occurrences of assignment within conditional expression in
os400sys.c rewritten into two steps: first assignment and then the check
on the success of the assignment. Also adjust related incorrect brace
positions to match project indentation style.
This was spurred by seeing "if((inp = input_token))", but while in there
all warnings were fixed.
There should be no functional change from these changes.
Closes #2525
Diffstat (limited to 'lib/getenv.c')
0 files changed, 0 insertions, 0 deletions