Mark Andrews and Evan Hunt
1b27ab8642
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.
2019-10-03 15:02:59 -07:00
..
2019-09-26 15:11:15 +02:00
2017-10-05 01:04:18 -07:00
2019-02-06 22:13:05 +00:00
2019-09-12 09:26:09 +02:00
2019-02-05 19:02:18 -08:00
2019-02-06 22:13:05 +00:00
2019-08-12 14:08:12 +00:00
2019-10-03 15:02:59 -07:00
2019-08-09 09:18:02 -07:00
2019-08-12 14:08:12 +00:00
2019-02-06 22:13:05 +00:00
2019-10-01 10:43:26 +10: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-09-12 09:26:09 +02:00
2019-01-02 10:20:43 +11:00
2019-02-06 22:13:05 +00:00
2019-07-10 14:59:47 +00:00
2019-09-12 09:26:09 +02:00
2019-06-19 19:39:21 -07:00
2019-07-10 14:59:47 +00:00
2019-02-06 22:13:05 +00:00
2019-09-12 09:26:09 +02: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-09-12 09:26:09 +02:00
2019-01-02 10:20:43 +11:00
2019-02-06 22:13:05 +00:00
2019-08-12 14:08:12 +00:00
2019-10-01 16:48:55 +02:00
2019-08-09 09:18:02 -07:00
2019-08-12 14:08:12 +00:00
2019-08-12 14:08:12 +00:00
2019-09-12 09:26:09 +02:00
2019-07-31 10:05:52 +02:00
2019-08-12 14:08:12 +00:00
2019-07-31 10:05:52 +02:00
2019-07-31 10:05:52 +02:00
2019-06-27 14:58:13 -07:00