-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use nolint as workaround to misc-unused-parameters bug
- Loading branch information
Allie Crevier
committed
Jun 6, 2018
1 parent
d058f63
commit 892723b
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Take a look at mapbox/cpp#54. In short @AllieOop what do you think about removing the
result
from the initializer list but doing brace initialization in the member (probably not using my C++ terms perfectly here...) like 7a97785 for a fix instead ofNOLINT
?