Skip to content

Commit

Permalink
Ignore static_assert in header files
Browse files Browse the repository at this point in the history
(appeared in QMessageBox in Qt 6.6.2)
  • Loading branch information
usiems committed Feb 27, 2024
1 parent 52d74fe commit 9a464f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generator/parser/rpp/pp-qt-configuration
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@
#define Q_ENUM_NS(x)
#define Q_FLAG_NS(x)
#define Q_MOC_INCLUDE(...)

// ignore static_assert
#define static_assert(...)

0 comments on commit 9a464f0

Please sign in to comment.