build: enable -pedantic
Co-authored-by: Patrick Thomson <patrickt@github.com>
This commit is contained in:
parent
94a198d20f
commit
ff367ebf4c
3 changed files with 10 additions and 10 deletions
|
|
@ -1030,7 +1030,7 @@ static inline void analysis_state_set__delete(AnalysisStateSet *self) {
|
|||
* QueryAnalyzer
|
||||
****************/
|
||||
|
||||
static inline QueryAnalysis query_analysis__new() {
|
||||
static inline QueryAnalysis query_analysis__new(void) {
|
||||
return (QueryAnalysis) {
|
||||
.states = array_new(),
|
||||
.next_states = array_new(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue