transmission/utils
Charles Kerr c472cbd88d
refactor: only use [[maybe_unused]] if arg might be used (#2033)
* refactor: [[maybe_unused]] iff arg _might_ be used

If the arg is never used, comment out its name.
If the arg is _sometimes_ used e.g. with ifdefs, use [[maybe_unused]].
2021-10-24 11:41:54 -05:00
..
CMakeLists.txt refactor: port daemon and utils to C++ (#1825) 2021-09-21 18:03:39 -05:00
create.cc Add support for creating torrents with a source flag (#443) 2021-10-18 18:05:39 -05:00
edit.cc refactor: tr_variant*Str() functions now take a std::string_view (#1990) 2021-10-19 21:30:50 -05:00
remote.cc refactor: only use [[maybe_unused]] if arg might be used (#2033) 2021-10-24 11:41:54 -05:00
show.cc refactor: use nullptr instead of NULL (#1884) 2021-10-06 11:32:17 -05:00
transmission-create.1 Add support for creating torrents with a source flag (#443) 2021-10-18 18:05:39 -05:00
transmission-edit.1 fixup! (trunk) update credits (#1205) 2020-05-02 11:42:18 -05:00
transmission-remote.1 Add argument description to --labels command line option in transmission-remote man. (#1364) 2020-07-27 00:30:32 -05:00
transmission-show.1 fixup! (trunk) update credits (#1205) 2020-05-02 11:42:18 -05:00
units.h Adjust uncrustify config, reformat all but Mac client 2017-04-20 10:01:22 +03:00