Commit 1945e2f
fix compile warning (#16916)
As the title said, just fix the compile warning:
cdbpath.c:2686:1: warning: no previous prototype for 'unset_allow_append_initplan_for_function_scan' [-Wmissing-prototypes]
2686 | unset_allow_append_initplan_for_function_scan()
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cdbpath.c:2692:1: warning: no previous prototype for 'set_allow_append_initplan_for_function_scan' [-Wmissing-prototypes]
2692 | set_allow_append_initplan_for_function_scan()
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cdbpath.c:2698:1: warning: no previous prototype for 'get_allow_append_initplan_for_function_scan' [-Wmissing-prototypes]
2698 | get_allow_append_initplan_for_function_scan()
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sorry for not noticing it, will check it more carefully next time.1 parent 41eb749 commit 1945e2f
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
0 commit comments