Commit 1e2dc7c
committed
Remove const qualifier from function declaration.
due to complier complians
/home/reshke/cloudberry/contrib/pax_storage/../../src/include/utils/numeric.h:319:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
319 | extern const bool init_var_from_str(const char *str, const char *cp, NumericVar *dest, const char **endptr,
| ^~~~~1 parent 45bebaf commit 1e2dc7c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7059 | 7059 | | |
7060 | 7060 | | |
7061 | 7061 | | |
7062 | | - | |
| 7062 | + | |
7063 | 7063 | | |
7064 | 7064 | | |
7065 | 7065 | | |
| |||
0 commit comments