Skip to content

Commit

Permalink
Remove -Werror.
Browse files Browse the repository at this point in the history
`-Werror` make compilation fails on Windows.
  • Loading branch information
mgautierfr committed Apr 12, 2024
1 parent 20f32d0 commit 52771f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiwix-desktop.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = kiwix-desktop
TEMPLATE = app

QMAKE_CXXFLAGS += -std=c++17 -Werror
QMAKE_CXXFLAGS += -std=c++17
QMAKE_LFLAGS += -std=c++17

# Also change resources/org.kiwix.desktop.appdata.xml
Expand Down

0 comments on commit 52771f1

Please sign in to comment.