Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
suppress a warning in AJA headers (as it already is in vcap/aja): ``` /usr/local/include/libajantv2/ajantv2/includes/ntv2formatdescriptor.h:230:113: error: cast from type ‘const void*’ to type ‘UByte*’ {aka ‘unsigned char*’} casts away qualifiers [-Werror=cast-qual] 230 | inline UByte * GetTopVisibleRowAddress (UByte * pInStartAddress) const {return (UByte *) GetRowAddress (pInStartAddress, firstActiveLine);} ```
- Loading branch information