diff options
author | FRIGN <dev@frign.de> | 2014-07-20 14:32:33 +0200 |
---|---|---|
committer | FRIGN <dev@frign.de> | 2014-07-20 14:32:33 +0200 |
commit | 21ed615ac90354c48dfbab67fc6d59b7ce954f53 (patch) | |
tree | 26b2f138d7021241b18c28442411372c50580995 /config.mk | |
parent | 129bc8cf8174b66381aa95362119861bce056022 (diff) |
Don't warn about clobbered pointers.
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ PREFIX = /usr/local LIBS = -lpng # flags -CFLAGS = -std=c90 -pedantic -ansi -Wall -Wextra -Wno-pointer-sign -Wno-maybe-uninitialized -Os +CFLAGS = -std=c90 -pedantic -ansi -Wall -Wextra -Wno-pointer-sign -Wno-maybe-uninitialized -Wno-clobber -Os LDFLAGS = -s ${LIBS} # compiler and linker |