tst_QStringApiSymmetry: fix -Wunused-parameter
Amends 5fc1e9fa0c1925654412af5bf46ff95da99bc190. Pick-to: 6.8 6.5 Change-Id: I399c74874e7824ac32c76f8b093123bd8ba07fdd Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> (cherry picked from commit 871564434cb40bccc93f6497b62ea0ba16033f0d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
275a47b92c
commit
49f7778698
@ -1377,7 +1377,7 @@ template <typename T> constexpr bool is_null(const T &str)
|
||||
else
|
||||
return str.isNull();
|
||||
}
|
||||
template <> constexpr bool is_null(const char &str) { return false; }
|
||||
template <> constexpr bool is_null(const char &) { return false; }
|
||||
|
||||
} // namespace help
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user