mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-15 21:44:36 +03:00
cleanups and fixes, thanks to cppcheck and gcc -Wextra
This commit is contained in:
@ -14,7 +14,7 @@ applications_DATA = htop.desktop
|
||||
pixmapdir = $(datadir)/pixmaps
|
||||
pixmap_DATA = htop.png
|
||||
|
||||
htop_CFLAGS = -pedantic -Wall -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED
|
||||
htop_CFLAGS = -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED
|
||||
AM_CFLAGS =
|
||||
AM_CPPFLAGS = -DSYSCONFDIR=\"$(sysconfdir)\"
|
||||
|
||||
|
Reference in New Issue
Block a user