ibm-s390-linux / s390-tools

Tools for use with the s390 Linux kernel and device drivers
MIT License
62 stars 58 forks source link

silence "maybe uninitialized" warnings #152

Closed sharkcz closed 1 year ago

sharkcz commented 1 year ago

The compiler doesn't fully understand the code blocks that precede the usage of variables in conditions and thus it thinks it could be uninitialized. Silence the warnings with an explicit initialization.

sharkcz commented 1 year ago

updated

hoeppnerj commented 1 year ago

Integrated. Thanks @sharkcz for the patches!