Skip to content

[Bug] compile warning due to cherry-pick lost some commits #586

@avamingli

Description

@avamingli

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

No one assigned

    Labels

    type: BugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions