-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for Bug#17154722 REMOVE COMPILER WARNINGS PRODUCED BY SUN STUDIO …
…COMPILER Fixes the following compiler warning caused by a local variable having the same name as a class variable: Warning: keyuse hides JOIN::keyuse The solution for this is to rename the JOIN::keyuse variable to keyuse_array. The patch also changes make_join_statistics() and optimize_keyuse() to use JOIN::keyuse_array directly instead of getting it as an argument.
- Loading branch information
Olav Sandstaa
committed
Oct 30, 2013
1 parent
082ee66
commit 6958f5f
Showing
3 changed files
with
13 additions
and
12 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