Ondřej Surý
230d250b3d
Fix 'Dead nested assignment's from scan-build-10
...
The 3 warnings reported are:
os.c:872:7: warning: Although the value stored to 'ptr' is used in the enclosing expression, the value is never actually read from 'ptr'
if ((ptr = strtok_r(command, " \t", &last)) == NULL) {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
--
rpz.c:1117:10: warning: Although the value stored to 'zbits' is used in the enclosing expression, the value is never actually read from 'zbits'
return (zbits &= x);
^ ~
1 warning generated.
--
openssleddsa_link.c:532:10: warning: Although the value stored to 'err' is used in the enclosing expression, the value is never actually read from 'err'
while ((err = ERR_get_error()) != 0) {
^ ~~~~~~~~~~~~~~~
1 warning generated.
(cherry picked from commit 262f087bcf )
2020-03-25 18:06:29 +01:00
..
2020-03-12 00:38:37 -07:00
2020-03-17 15:33:23 -07:00
2020-03-18 11:44:18 +01:00
2020-03-12 00:38:37 -07:00
2020-02-14 05:35:29 +00:00
2020-02-14 08:45:59 +00:00
2020-03-20 11:47:01 +01:00
2020-03-04 10:48:59 +01:00
2020-02-14 05:35:29 +00:00
2020-02-14 08:45:59 +00:00
2020-02-14 08:45:59 +00:00
2020-02-21 07:05:31 +00:00
2020-03-18 11:44:18 +01:00
2020-02-14 05:35:29 +00:00
2020-02-27 08:54:02 +01:00
2020-02-14 05:35:29 +00:00
2020-02-14 05:35:29 +00:00
2020-02-14 05:35:29 +00:00
2020-02-14 05:35:29 +00:00
2020-03-11 08:55:12 +00:00
2020-02-14 05:35:29 +00:00
2020-02-14 05:35:29 +00:00
2020-02-21 07:05:31 +00:00
2020-03-11 08:55:12 +00:00
2020-03-11 08:55:12 +00:00
2020-02-21 07:05:31 +00:00
2020-02-14 05:35:29 +00:00
2020-03-11 08:55:12 +00:00
2020-03-11 08:55:12 +00:00
2020-03-11 08:55:12 +00:00
2020-03-11 08:55:12 +00:00
2020-02-14 08:45:59 +00:00
2020-02-12 14:51:18 +00:00
2020-02-14 05:35:29 +00:00
2020-02-14 05:35:29 +00:00
2020-02-14 08:45:59 +00:00
2020-02-14 05:35:29 +00:00
2020-02-14 05:35:29 +00:00
2020-02-14 08:45:59 +00:00
2020-03-11 08:55:12 +00:00
2020-03-17 15:33:24 -07:00
2020-03-17 15:33:24 -07:00
2020-02-14 05:35:29 +00:00
2020-03-11 08:55:12 +00:00
2020-03-11 08:55:12 +00:00
2020-03-11 08:55:12 +00:00
2020-02-14 05:35:29 +00:00
2020-02-14 08:45:59 +00:00
2020-02-14 08:45:59 +00:00
2020-03-09 16:25:35 +01:00
2020-03-11 08:55:12 +00:00
2020-02-14 05:35:29 +00:00
2020-03-09 14:42:53 +01:00
2020-02-14 05:35:29 +00:00
2020-02-14 05:35:29 +00:00
2020-02-14 05:35:29 +00:00
2020-02-14 08:45:59 +00:00
2020-02-28 15:22:59 +01:00
2020-03-12 00:38:37 -07:00
2020-02-21 07:05:31 +00:00
2020-02-14 08:45:59 +00:00
2020-02-16 18:07:27 +01:00
2020-02-16 18:07:27 +01:00
2020-02-14 08:45:59 +00:00
2020-02-14 05:35:29 +00:00
2020-02-14 05:35:29 +00:00
2020-02-14 05:35:29 +00:00
2020-03-11 08:55:12 +00:00
2020-03-11 08:55:12 +00:00
2020-03-11 08:55:12 +00:00
2020-03-25 18:06:29 +01:00
2020-03-11 08:55:12 +00:00
2020-02-14 05:35:29 +00:00
2020-02-14 08:45:59 +00:00
2020-03-11 08:55:12 +00:00
2020-03-11 08:55:12 +00:00
2020-03-11 08:55:12 +00:00
2020-03-11 08:55:12 +00:00
2020-02-14 05:35:29 +00:00
2020-02-14 05:35:29 +00:00
2020-03-12 00:38:37 -07:00
2020-03-13 13:17:46 +11:00
2020-02-13 21:28:35 +00:00
2020-03-11 08:55:12 +00:00
2020-02-21 07:05:31 +00:00
2020-02-12 14:51:18 +00:00
2020-02-14 05:35:29 +00:00
2020-02-14 05:35:29 +00:00
2020-02-14 05:35:29 +00:00
2020-03-12 00:38:37 -07:00
2020-02-14 08:45:59 +00:00
2020-03-06 13:37:07 -03:00
2020-02-14 05:35:29 +00:00
2020-02-17 14:43:46 -08:00
2020-03-25 18:06:29 +01:00
2020-02-14 05:35:29 +00:00
2020-02-21 07:05:31 +00:00
2020-02-14 08:45:59 +00:00
2020-02-14 08:45:59 +00:00
2020-02-14 05:35:29 +00:00
2020-02-14 08:45:59 +00:00
2020-03-11 08:55:12 +00:00
2020-02-13 21:28:35 +00:00
2020-02-14 05:35:29 +00:00
2020-02-14 05:35:29 +00:00
2020-02-14 05:35:29 +00:00
2020-02-14 08:45:59 +00:00
2020-02-14 05:35:29 +00:00
2020-02-14 05:35:29 +00:00
2020-03-11 08:55:12 +00:00
2020-03-11 08:55:12 +00:00
2020-02-12 14:51:18 +00:00
2020-03-11 08:55:12 +00:00
2020-02-14 08:45:59 +00:00
2020-03-17 15:33:24 -07:00
2020-02-21 07:05:31 +00:00
2020-02-12 14:51:18 +00:00
2020-02-21 07:05:31 +00:00
2020-02-21 07:05:31 +00:00
2020-02-14 08:45:59 +00:00
2020-03-11 08:55:12 +00:00
2020-02-14 05:35:29 +00:00
2020-03-17 15:33:23 -07:00
2020-02-14 08:45:59 +00:00