Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ AC_TYPE_UINT8_T
AC_CHECK_FUNCS([malloc memmove memset strchr strtol])

AX_CFLAGS_WARN_ALL
AX_COMPILER_FLAGS(,,,[-Wpedantic -Wall -Wextra -Wcast-align -Wcast-qual\
-Wdisabled-optimization -Wformat=2 -Winit-self -Wlogical-op\
-Wmissing-declarations -Wmissing-include-dirs -Wredundant-decls\
-Wshadow -Wsign-conversion -Wstrict-overflow=5 -Wswitch-default\
-Wundef -Wno-unused])

AX_CHECK_COMPILE_FLAG(-Wno-declaration-after-statement,
[WARN_CFLAGS="$WARN_CFLAGS -Wno-declaration-after-statement -Wno-error=declaration-after-statement"], [], [], [])

Expand Down
2 changes: 1 addition & 1 deletion libctr_core.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Description: Baremetal ARM library for the Nintendo 3DS, used by libctr9 and lib
URL: https://github.com/gemarcano/@PACKAGE_NAME@
Version: @VERSION@
Libs: -L$(libdir) -lctr_core
Cflags: -I(includedir)
Cflags: -I$(includedir)