Skip to content

Commit 9a464f0

Browse files
committed
Ignore static_assert in header files
(appeared in QMessageBox in Qt 6.6.2)
1 parent 52d74fe commit 9a464f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

generator/parser/rpp/pp-qt-configuration

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@
3131
#define Q_ENUM_NS(x)
3232
#define Q_FLAG_NS(x)
3333
#define Q_MOC_INCLUDE(...)
34+
35+
// ignore static_assert
36+
#define static_assert(...)

0 commit comments

Comments
 (0)