-
Notifications
You must be signed in to change notification settings - Fork 200
Closed
Labels
type: BugSomething isn't workingSomething isn't working
Description
Cloudberry Database version
No response
What happened
make install -sj24
io_limit_gram.y:68.66-85: warning: unused value: $2 [-Wother]
68 | | iolimit_config_string IOLIMIT_CONFIG_DELIM tablespace_io_...
| ^~~~~~~~~~~~~~~~~~~~
io_limit_gram.y:75.39-64: warning: unused value: $2 [-Wother]
75 | tablespace_io_config: tablespace_name TABLESPACE_IO_CONFIG_START ioconfigs
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
io_limit_gram.y:90.43-46: warning: unused value: $1 [-Wother]
90 | | STAR TABLESPACE_IO_CONFIG_START ioconfigs
| ^~~~
io_limit_gram.y:90.48-73: warning: unused value: $2 [-Wother]
90 | | STAR TABLESPACE_IO_CONFIG_START ioconfigs
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
io_limit_gram.y:116.30-43: warning: unused value: $2 [-Wother]
116 | | ioconfigs IOCONFIG_DELIM ioconfig
| ^~~~~~~~~~~~~~
io_limit_gram.y:138.19-27: warning: unused value: $1 [-Wother]
138 | | VALUE_MAX { $$ = 0; }
``
### What you think should happen instead
_No response_
### How to reproduce
config && make
### Operating System
Ubuntu
### Anything else
_No response_
### Are you willing to submit PR?
- [ ] Yes, I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://cloudberrydb.org/community/coc).Metadata
Metadata
Assignees
Labels
type: BugSomething isn't workingSomething isn't working