Commit 79c4508
committed
[ORCA] Fix compile warning.
Fix issue #1112.
This is inreoduced by GPDB commits during cherry-pick.
But since GPDB don't open -Wcast-function-type check, so
there is no warning on GP7.
Cloudberry has the flag -Wcast-function-type, use the right
warp function to fix.
Authored-by: Zhang Mingli avamingli@gmail.com1 parent 15572b0 commit 79c4508
4 files changed
Lines changed: 8 additions & 8 deletions
File tree
- src
- backend/gpopt
- translate
- include/gpopt
- translate
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2726 | 2726 | | |
2727 | 2727 | | |
2728 | 2728 | | |
2729 | | - | |
| 2729 | + | |
2730 | 2730 | | |
2731 | 2731 | | |
2732 | 2732 | | |
2733 | | - | |
| 2733 | + | |
2734 | 2734 | | |
2735 | 2735 | | |
2736 | 2736 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3625 | 3625 | | |
3626 | 3626 | | |
3627 | 3627 | | |
3628 | | - | |
| 3628 | + | |
3629 | 3629 | | |
3630 | 3630 | | |
3631 | 3631 | | |
| |||
3634 | 3634 | | |
3635 | 3635 | | |
3636 | 3636 | | |
3637 | | - | |
| 3637 | + | |
3638 | 3638 | | |
3639 | 3639 | | |
3640 | 3640 | | |
3641 | 3641 | | |
3642 | 3642 | | |
3643 | 3643 | | |
3644 | 3644 | | |
3645 | | - | |
3646 | | - | |
| 3645 | + | |
| 3646 | + | |
3647 | 3647 | | |
3648 | 3648 | | |
3649 | 3649 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
667 | 667 | | |
668 | 668 | | |
669 | 669 | | |
670 | | - | |
| 670 | + | |
671 | 671 | | |
672 | 672 | | |
673 | 673 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
639 | 639 | | |
640 | 640 | | |
641 | 641 | | |
642 | | - | |
| 642 | + | |
643 | 643 | | |
644 | 644 | | |
645 | 645 | | |
| |||
0 commit comments