Skip to content

Commit

Permalink
Merge pull request #1 from ozgend/fix-for-osx-build
Browse files Browse the repository at this point in the history
Fix for osx build - unknown warning option -Wformat-signedness
  • Loading branch information
ozgend authored Jul 16, 2024
2 parents a80ba8f + 0a569fb commit f6d6e39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ debian/.debhelper
debian/dump1090-fa*
debian/debhelper-build-stamp
debian/files
.DS_Store
.vscode/
public_html/data/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PROGNAME=dump1090
DUMP1090_VERSION ?= unknown

CFLAGS ?= -O3 -g
DUMP1090_CFLAGS := -std=c11 -fno-common -Wall -Wmissing-declarations -Werror -Wformat-signedness -W
DUMP1090_CFLAGS := -std=c11 -fno-common -Wall -Wmissing-declarations -Werror -W
DUMP1090_CPPFLAGS := -I. -D_POSIX_C_SOURCE=200112L -DMODES_DUMP1090_VERSION=\"$(DUMP1090_VERSION)\" -DMODES_DUMP1090_VARIANT=\"dump1090-fa\"

LIBS = -lpthread -lm
Expand Down

0 comments on commit f6d6e39

Please sign in to comment.