Skip to content

Commit 7c4c3bb

Browse files
committed
Fixed packed structure issue for mingw compiler
1 parent d94316e commit 7c4c3bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qt/qt.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ FORMS += main_window.ui \
5454
chip_db_dialog.ui
5555

5656
QMAKE_CXXFLAGS += -std=c++11 -Wextra -Werror
57+
mingw:QMAKE_CXXFLAGS += -mno-ms-bitfields
5758

5859
DISTFILES += \
5960
nando_chip_db.csv

0 commit comments

Comments
 (0)