commit | 15668087a743dced7a917ce448b6e1c2eeb48b95 | [log] [tgz] |
---|---|---|
author | Chris Dickens <christopher.a.dickens@gmail.com> | Mon Nov 09 15:51:44 2020 -0800 |
committer | Chris Dickens <christopher.a.dickens@gmail.com> | Mon Nov 09 15:51:44 2020 -0800 |
tree | fd4914e09d16c43b2247113196ce7b474c409d36 | |
parent | ab5dcf4f44b344500adfaf0a676eb0649fdb5d34 [diff] |
Fix various CI build warnings * [-Wpointer-arith] arithmetic on a pointer to void is a GNU extension * [-Wswitch-enum] enumeration values 'E1, ...' not explicitly handled in switch * [-Wunused-parameter] unused parameter 'p' For '-Wswitch-enum', the switch statements in the individual backends' set_option() function has been removed. It is not expected that backends will need to handle or be aware of all the options. Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>