Mark Andrews
6a31216867
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:38:21 +10:00
..
2019-09-27 12:13:39 +02:00
2013-09-04 13:53:02 +10:00
2019-09-23 16:25:21 +02:00
2019-10-04 11:38:21 +10:00
2019-09-23 16:25:21 +02:00
2019-09-23 16:25:21 +02:00
2019-02-20 19:54:40 -08:00
2018-08-10 15:20:57 +02:00
2019-01-02 10:26:49 +11:00
2019-02-20 19:54:40 -08:00
2019-02-20 19:54:40 -08:00
2019-01-02 11:51:52 +11:00
2019-01-02 10:26:49 +11:00
2019-02-20 19:54:40 -08:00
2019-05-10 05:03:46 +00:00
2018-09-24 15:32:33 -07:00
2019-03-06 17:34:26 -08:00
2019-05-10 05:03:46 +00:00
2019-02-20 19:54:40 -08:00
2019-02-05 21:16:46 -08:00
2019-01-02 10:26:49 +11:00
2019-02-20 19:54:40 -08:00
2019-02-20 19:54:40 -08:00
2018-08-10 15:20:57 +02:00
2019-01-02 10:26:49 +11:00
2019-02-20 19:54:40 -08:00
2019-02-20 19:54:40 -08:00
2018-08-10 15:20:57 +02:00
2019-01-02 10:26:49 +11:00
2019-02-20 19:54:40 -08:00
2019-02-20 19:54:40 -08:00
2018-08-10 15:20:57 +02:00
2019-01-02 10:26:49 +11:00
2019-02-20 19:54:40 -08:00
2018-08-10 15:20:57 +02:00
2018-08-10 15:20:57 +02:00
2019-07-02 12:28:14 -07:00