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
latest commit.
Compilation fails with AppleClang 8.1.0.8020042:
j2k.cpp:9244:34: error: comparison of address of 'p_j2k->m_cp.tcps[0].m_data' not equal to a null pointer is always true [-Werror,-Wtautological-pointer-compare]
&p_j2k->m_cp.tcps[0].m_data != NULL) {
~~~~~~~~~~~~~~~~~~~~^~~~~~ ~~~~
The text was updated successfully, but these errors were encountered:
latest commit.
Compilation fails with AppleClang 8.1.0.8020042:
j2k.cpp:9244:34: error: comparison of address of 'p_j2k->m_cp.tcps[0].m_data' not equal to a null pointer is always true [-Werror,-Wtautological-pointer-compare]
&p_j2k->m_cp.tcps[0].m_data != NULL) {
~~~~~~~~~~~~~~~~~~~~^~~~~~ ~~~~
The text was updated successfully, but these errors were encountered: