Arduino_SNMP icon indicating copy to clipboard operation
Arduino_SNMP copied to clipboard

Compiler warning/error on non-assigned variable

Open dirkx opened this issue 1 year ago • 0 comments

Line https://github.com/0neblock/Arduino_SNMP/blob/7ae4c66d9a83a20d7657f1cf58c1b44d18742e24/src/BERDecode.cpp#L92 probably needs to be simply

tempVal |= ....

to quell a compiler warning on the latest IDE.

dirkx avatar Nov 17 '24 21:11 dirkx