forked from RobotLocomotion/drake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around GCC 5.4 bug in Wshadow (RobotLocomotion#8339)
The problem is that variables within a generic lambda are misinterpreted as shadowing the varablies in the code that calls the lambda. The GCC bug report is https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67273. We can revert this patch once GCC 6 is our minimum supported version.
- Loading branch information
1 parent
0bf6d9d
commit 4cef1e4
Showing
3 changed files
with
34 additions
and
15 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
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