summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2009-09-14 00:29:34 -0400
committersrs5694 <srs5694@users.sourceforge.net>2009-09-14 00:29:34 -0400
commite35eb1beb6381977ff0dd8443d91f4569779cf2d (patch)
tree79e12635671049dfaca818827e3458fbadff0b1c /Makefile
parente4ac11ebee0ad586a538f49b9c0e32ad19cae665 (diff)
downloadsgdisk-e35eb1beb6381977ff0dd8443d91f4569779cf2d.tar.gz
Updates for version 0.4.2
New feature: Ability to edit disk images. Several small bug fixes and feature enhancements (see CHANGELOG).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a6eec4f..f9467ed 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,8 @@ CC=gcc
CXX=g++
#CFLAGS=-O2 -fpack-struct
CFLAGS=-O2 -fpack-struct -D_FILE_OFFSET_BITS=64 -g
-CXXFLAGS=-O2 -fpack-struct -D_FILE_OFFSET_BITS=64 -g
-LIB_NAMES=support crc32 gptpart mbr gpt bsd parttypes attributes
+CXXFLAGS=-O2 -fpack-struct -Wuninitialized -Wreturn-type -D_FILE_OFFSET_BITS=64 -g
+LIB_NAMES=crc32 support gptpart mbr gpt bsd parttypes attributes
LIB_SRCS=$(NAMES:=.cc)
LIB_OBJS=$(LIB_NAMES:=.o)
LIB_HEADERS=$(LIB_NAMES:=.h)