Skip to content

Commit

Permalink
Merge pull request #661 from marcin-serwin/push-ynrzqmwvyyqs
Browse files Browse the repository at this point in the history
Enable `-Wconversion`
  • Loading branch information
jserv authored Feb 3, 2025
2 parents 3a032c9 + 4c3903e commit 445a1b2
Show file tree
Hide file tree
Showing 4 changed files with 321 additions and 351 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ARCH_CFLAGS := $(ARCH_CFLAGS)+$(subst $(COMMA),+,$(FEATURE))
endif
endif

CXXFLAGS += -Wall -Wcast-qual -I. $(ARCH_CFLAGS) -std=gnu++14
CXXFLAGS += -Wall -Wcast-qual -Wconversion -I. $(ARCH_CFLAGS) -std=gnu++14
LDFLAGS += -lm
OBJS = \
tests/binding.o \
Expand Down
Loading

0 comments on commit 445a1b2

Please sign in to comment.