Skip to content

Commit

Permalink
changing c standard
Browse files Browse the repository at this point in the history
  • Loading branch information
will-rowe committed Dec 20, 2019
1 parent 69a2cb0 commit 0f452e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS= unit-tests
CLEANFILES = libantman.a
EXTRA_FLAGS = -std=c11 -Wall -O2 -ggdb3
EXTRA_FLAGS = -std=gnu99 -Wall -O2 -ggdb3
LD_ADD = -lpthread -lm -lz -lfswatch
OBJS = bloom.o config.o daemonize.o frozen.o hashmap.o heap.o murmurhash2.o sequence.o sketch.o slog.o watcher.o workerpool.o

Expand Down
1 change: 0 additions & 1 deletion src/daemonize.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <pthread.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit 0f452e2

Please sign in to comment.