Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
5.15, 6.2, 6.3
-
None
Description
With the Xcode 13.3 toolchain there seems to be a lot of warnings like this, both with Qt 5 and Qt 6:
qtdeclarative/src/qml/qml/ftw/qintrusivelist_p.h:248:69: warning: performing pointer subtraction with a null pointer may have undefined behavior [-Wnull-pointer-subtraction] return (N *)((char *)node - ((char *)&(((N *)nullptr)->*member) - (char *)nullptr)); ^ ~~~~~~~~~~~~~~~
Attachments
Issue Links
- duplicates
-
QTBUG-99020 -Wnull-pointer-subtraction when compiling qtdeclarative/src/qml/qml/ftw/qintrusivelist_p.h:244:69
- Closed