build: enable -pedantic

Co-authored-by: Patrick Thomson <patrickt@github.com>
This commit is contained in:
dundargoc 2024-02-08 14:58:33 +01:00 committed by dundargoc
parent 94a198d20f
commit ff367ebf4c
3 changed files with 10 additions and 10 deletions

View file

@ -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(),