We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa918d1 commit 4e20d86Copy full SHA for 4e20d86
test/Makefile
@@ -3,7 +3,7 @@ CC ?= gcc
3
4
EXES := test fuzz
5
6
-CFLAGS += -Wall -Wextra -Wpedantic -g -I$(TOP)
+CFLAGS += -Wall -Wextra -Wpedantic -g -I$(TOP) -std=c89
7
8
all: $(EXES)
9
test/test.c
@@ -3,7 +3,6 @@
#include <assert.h>
#include <stddef.h>
-#define JSONB_DEBUG
#include "json-build.h"
#include "greatest.h"
0 commit comments