Skip to content
Snippets Groups Projects
Commit cd00785e authored by Kai Koehne's avatar Kai Koehne
Browse files

Disable gcc warning about unused parameters in net7ssh

parent f7e9c407
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ win32 {
unix {
QMAKE_CXXFLAGS_HIDESYMS -= -fvisibility-inlines-hidden # for ubuntu 7.04
QMAKE_CXXFLAGS += -Wno-unused-parameter
}
# Input
......
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