Moved compiler flags for warnings to retroshare.pri

This commit is contained in:
thunder2 2022-01-03 20:37:25 +01:00
parent 3aaf1cd4d0
commit c0e3e9b4e4
8 changed files with 16 additions and 34 deletions

View file

@ -53,10 +53,6 @@ win32 {
LIBS += -L"$$OUT_PWD/../../libretroshare/src/lib" -lretroshare
}
# Switch on extra warnings
QMAKE_CFLAGS += -Wextra
QMAKE_CXXFLAGS += -Wextra
CONFIG(debug, debug|release) {
} else {
# Tell linker to use ASLR protection

View file

@ -77,8 +77,6 @@ macx {
# ffmpeg (and libavutil: https://github.com/ffms/ffms2/issues/11)
QMAKE_CXXFLAGS += -D__STDC_CONSTANT_MACROS
QMAKE_CXXFLAGS *= -Wall
SOURCES = VOIPPlugin.cpp \
gui/VOIPConfigPanel.cpp \
services/p3VOIP.cc \