Increase compiler warnings and fix them
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
|
||||
AM_CPPFLAGS = -Wall -Wextra -Wmissing-prototypes -g $(all_includes)
|
||||
|
||||
noinst_LIBRARIES = libgoertzel.a
|
||||
|
||||
|
Reference in New Issue
Block a user