Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For now let's disable the shift-count-overflow warning
In file included from /Users/runner/work/ThunderInterfaces/ThunderInterfaces/ThunderInterfaces/interfaces/IDRM.h:49: /Users/runner/work/ThunderInterfaces/ThunderInterfaces/ThunderInterfaces/interfaces/../interfaces/DRMHelper.h:54:21: error: shift count >= width of type [-Werror,-Wshift-count-overflow] tmp <<= 8; ^ ~ /Users/runner/work/ThunderInterfaces/ThunderInterfaces/ThunderInterfaces/interfaces/../interfaces/DRMHelper.h:81:68: note: in instantiation of function template specialization 'BufferReader::Read<unsigned char>' requested here inline bool Read1(uint8_t* v) WARNING_RESULT_NOT_USED { return Read(v); } ^ 1 error generated.
- Loading branch information