Re: [PATCH] remove unused assignments

2020-04-23 Thread Илья Шипицин
чт, 23 апр. 2020 г. в 14:39, Tim Düsterhus : > Ilya, > > Am 23.04.20 um 11:20 schrieb Илья Шипицин: > > src/mux_h2.c:5939:3: warning: Value stored to 'count' is never read > > count = 0; > > without checking these in detail: > > I have run scan-build before and got reports about de

Re: [PATCH] remove unused assignments

2020-04-23 Thread Tim Düsterhus
Ilya, Am 23.04.20 um 11:20 schrieb Илья Шипицин: > src/mux_h2.c:5939:3: warning: Value stored to 'count' is never read > count = 0; without checking these in detail: I have run scan-build before and got reports about dead stores as well. In some places I would argue that these de

[PATCH] remove unused assignments

2020-04-23 Thread Илья Шипицин
Hello, src/mux_h2.c:5939:3: warning: Value stored to 'count' is never read count = 0; src/ssl_sock.c:6650:6: warning: Value stored to 'ret' is never read ret = 1; src/ssl_sock.c:9428:2: warning: Value stored to 'p2' is never read p2