| Noone likes -Wextra. - tabbed - tab interface for application supporting Xembed | |
| git clone git://git.suckless.org/tabbed | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 18eef19217a306c5b83193da8662b2b970ce4e47 | |
| parent 23a1589c93cedf89df8a570f85be904d1b0dd599 | |
| Author: Christoph Lohmann <[email protected]> | |
| Date: Sun, 23 Jun 2013 21:10:15 +0200 | |
| Noone likes -Wextra. | |
| I don't have the time to care for X11 that much. | |
| Diffstat: | |
| M config.mk | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/config.mk b/config.mk | |
| @@ -13,7 +13,7 @@ LIBS = -L/usr/lib -lc -lX11 | |
| # flags | |
| CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE | |
| -CFLAGS = -std=c99 -pedantic -Wall -Wextra -O0 ${INCS} ${CPPFLAGS} | |
| +CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} | |
| LDFLAGS = -s ${LIBS} | |
| # Solaris |