Fix issues reported by hicpp clang-tidy checks (GTK client) (#4711)

* Fix `hicpp-vararg` clang-tidy issues

* Fix `hicpp-explicit-conversions` clang-tidy issues

* Fix `hicpp-signed-bitwise` clang-tidy issues

* Enable the rest of `hicpp` clang-tidy checks
This commit is contained in:
Mike Gelfand
2023-02-03 19:12:48 +03:00
committed by GitHub
parent 3c11b36bc3
commit fbb98ada4a
5 changed files with 9 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ class Session;
class FreeSpaceLabel : public Gtk::Label
{
public:
FreeSpaceLabel(Glib::RefPtr<Session> const& core, std::string_view dir = {});
explicit FreeSpaceLabel(Glib::RefPtr<Session> const& core, std::string_view dir = {});
FreeSpaceLabel(
BaseObjectType* cast_item,
Glib::RefPtr<Gtk::Builder> const& builder,