Mark Andrews
b997237f49
silence clang warning by using local variable.
...
'isc_commandline_index' is a global variable so it can theoretically
change result between if expressions. Save 'argv[isc_commandline_index]'
to local variable 'arg1' and use 'arg1 == NULL' in if expressions
instead of 'argc < isc_commandline_index + 1'. This allows clang
to correctly determine what code is reachable.
(cherry picked from commit 1b27ab8642 )
2019-10-04 11:36:19 +10:00
..
2019-09-27 09:16:02 +02:00
2019-02-06 22:13:05 +00:00
2019-03-08 22:16:48 +11:00
2019-02-05 19:02:18 -08:00
2019-02-06 22:13:05 +00:00
2019-02-06 22:13:05 +00:00
2019-10-04 11:36:19 +10:00
2019-02-05 19:02:18 -08:00
2019-02-06 22:13:05 +00:00
2019-02-06 22:13:05 +00:00
2019-01-02 10:20:43 +11:00
2019-02-06 22:13:05 +00:00
2019-02-06 22:13:05 +00:00
2019-01-02 10:56:59 +11:00
2019-01-02 10:20:43 +11:00
2019-02-06 22:13:05 +00:00
2019-04-25 17:01:11 +02:00
2019-03-07 11:14:55 +11:00
2019-03-14 15:17:03 +11:00
2019-04-25 17:01:11 +02:00
2019-02-06 22:13:05 +00:00
2019-02-05 22:51:30 -05:00
2019-01-02 10:20:43 +11:00
2019-02-06 22:13:05 +00:00
2019-02-06 22:13:05 +00:00
2019-01-02 10:20:43 +11:00
2019-02-06 22:13:05 +00:00
2019-02-06 22:13:05 +00:00
2018-11-22 11:52:08 +00:00
2019-01-02 10:20:43 +11:00
2019-02-06 22:13:05 +00:00
2019-02-06 22:13:05 +00:00
2018-08-28 10:31:48 +02:00
2019-01-02 10:20:43 +11:00
2019-02-06 22:13:05 +00:00
2019-06-27 16:25:28 -07:00