Skip to content

Commit

Permalink
Merge pull request #59 from rofafor/feature/c99
Browse files Browse the repository at this point in the history
Use C99 standard
  • Loading branch information
pesintta authored Feb 20, 2018
2 parents eee6994 + 38e7c0a commit 6372704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -D_GNU_SOURCE $(CONFIG) \
override CXXFLAGS += $(_CFLAGS) $(DEFINES) $(INCLUDES) \
-g -W -Wall -Wextra -Winit-self -Werror=overloaded-virtual -Wno-unused-parameter
override CFLAGS += $(_CFLAGS) $(DEFINES) $(INCLUDES) \
-g -W -Wall -Wextra -Winit-self -Wdeclaration-after-statement -Wno-unused-parameter
-g -W -Wall -Wextra -Winit-self -Wdeclaration-after-statement -Wno-unused-parameter -std=c99

### The object files (add further files here):

Expand Down

0 comments on commit 6372704

Please sign in to comment.