Skip to content
Snippets Groups Projects
Commit 280bb3ac authored by Fawzi Mohamed's avatar Fawzi Mohamed
Browse files

mdnssd: suppress warnings in 3. party code


Change-Id: I4468dda5b8050839230ad8852e336b913fdba083
Reviewed-by: default avatarKai Koehne <kai.koehne@nokia.com>
parent 4823e75d
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ HEADERS +=\
}
*-g++ {
QMAKE_CFLAGS += -Wno-unused-but-set-variable
QMAKE_CFLAGS += -Wno-unused-but-set-variable -Wno-strict-aliasing
QMAKE_CXXFLAGS += -Wno-unused-but-set-variable
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment