Disabling warnings about missing return

Authored by thomasfischer on Jan 4 2020, 10:50 PM.

Description

Disabling warnings about missing return

GCC's C++ compiler may complain about that the function

OnlineSearchGeneral::Form::Private::queryKeyToString

does reach its end without returning anything. Seemingly,
the compiler is not aware that the switch covers all cases
of the OnlineSearchAbstract::QueryKey enum.
Unfortunately, this problem causes the C++ compiler inside
GitLab's CI to stop and issue an error, making the CI to
abort.
Thus, this particular check gets temporarily disabled.

Details

Committed
thomasfischerJan 4 2020, 11:11 PM
Parents
R462:497886ebc404: To track online search forms' values, use enum instead of QString
Branches
Unknown
Tags
Unknown