mirror of
https://github.com/SFML/SFML.git
synced 2025-03-04 19:08:03 +08:00
Depending on preprocessor settings, certain parameters may or may not be used. Instead of casing to (void) when not used, it's easier to use C++17's [[maybe_unused]] attribute to express this.