MAX_OPCODE is defined 'unsigned int' in script/script.h. Changing the variable op's type from int to unsigned int eliminates a compiler warning.
Change type of op to agree with type of MAX_OPCODE. #10814
pull ReneNyffenegger wants to merge 1 commits into bitcoin:master from ReneNyffenegger:MAX_OPCODE changing 1 files +1 −1-
ReneNyffenegger commented at 1:08 PM on July 13, 2017: contributor
-
4c89278314
Change type of op to agree with type of MAX_OPCODE.
MAX_OPCODE is defined 'unsigned int' in script/script.h. Changing the variable op's type from int to unsigned int eliminates a compiler warning.
- fanquake closed this on Jul 13, 2017
- DrahtBot locked this on Sep 8, 2021
Contributors