Closed dcb314 closed 7 years ago
[src/rdrand-gen.c:785]: (warning) Storing getc() return value in char variable and then comparing with EOF.
[src/rdrand-gen.c:808]: (warning) Storing getc() return value in char variable and then comparing with EOF.
Suggest use int, not char, for variable c.
Fixed in 2.1.0
[src/rdrand-gen.c:785]: (warning) Storing getc() return value in char variable and then comparing with EOF.
[src/rdrand-gen.c:808]: (warning) Storing getc() return value in char variable and then comparing with EOF.
Suggest use int, not char, for variable c.