Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silence Clang warnings about unused variables. NFC.
warning: unused variable 'nullopt' [-Wunused-const-variable] 2284 | const nullopt_t nullopt{}; | ^~~~~~~ warning: unused variable 'u' [-Wunused-variable] 610 | nonstd::unexpected<int> u{7}; | ^
- Loading branch information