You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);}
```
0 commit comments