mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:40:05 +00:00
Add [[nodiscard]] to functions which need it in settings files
This commit is contained in:
parent
ba62004002
commit
36339e613f
14 changed files with 96 additions and 88 deletions
|
|
@ -21,7 +21,7 @@ public:
|
|||
MapSettings(MapSettings&&) noexcept;
|
||||
MapSettings& operator=(MapSettings&&) noexcept;
|
||||
|
||||
std::size_t count() const;
|
||||
[[nodiscard]] std::size_t count() const;
|
||||
SettingsVariable<std::string>& map_style(std::size_t i);
|
||||
SettingsVariable<std::string>& radar_site(std::size_t i);
|
||||
SettingsVariable<std::string>& radar_product_group(std::size_t i);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue