transmission/cli
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 Port transmission-cli to C++ (#1831) 2021-09-24 09:38:09 -05:00
cli.cc refactor: only use [[maybe_unused]] if arg might be used (#2033) 2021-10-24 11:41:54 -05:00
transmission-cli.1 fixup! (trunk) update credits (#1205) 2020-05-02 11:42:18 -05:00