install_dialog: Make use of [[nodiscard]] where applicable
Allows the compiler to warn against cases where the return value isn't used (which would be a bug).
Please register or sign in to comment
Allows the compiler to warn against cases where the return value isn't used (which would be a bug).