Commit Diff
- Commit:
0ab5c5dd8a9b0c5e87e8eda800b5c9930d197a42
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
- Message:
- portable: sync CFLAGS with upstream Due to the way the Makefiles are structured, there is no direct mapping between upstream and how -portable provides the same functionality. Therefore, add -Wunused-variable and -Wwrite-strings as per previous commits.
- Actions:
- Patch | Tree
--- Makefile.common.in +++ Makefile.common.in @@ -1,5 +1,7 @@ AM_CFLAGS += \ - @AM_CFLAGS@ + @AM_CFLAGS@ \ + -Wunused-variable \ + -Wwrite-strings # Ideally, we should be enabling further flags, but this requires upstream # changes. Leaving these here for now. #