diff --git a/ChangeLog b/ChangeLog index cfd066ab..00c588f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2576,3 +2576,10 @@ Sat Mar 20 17:14:56 CET 2004 Prepare to enable compiling the code with paranoid compiler settings. Use libc setenv when available. + +------------------------------------------------------------------------------- + +Sun Mar 21 02:54:46 CET 2004 +(Kim) + +Enable compiling with -Wwrite-strings. diff --git a/configure.in b/configure.in index 2b7e3e48..2513316a 100644 --- a/configure.in +++ b/configure.in @@ -208,7 +208,7 @@ AC_ARG_ENABLE(gcc-warnings, [ --enable-gcc-warnings enable GCC compiler warnings [default=no]], , enable_gcc_warnings=no) if test "x$enable_gcc_warnings" = "xyes"; then - CFLAGS="$CFLAGS -W -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Waggregate-return -Wcast-align -Wpointer-arith -Wshadow #-Wwrite-strings -Wunreachable-code" + CFLAGS="$CFLAGS -W -Wall -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Waggregate-return -Wcast-align -Wpointer-arith -Wshadow -Wwrite-strings #-Wunreachable-code" fi AC_OUTPUT([ diff --git a/e.spec b/e.spec index 4a3e3ddb..e895ab35 100644 --- a/e.spec +++ b/e.spec @@ -1,6 +1,6 @@ %define name enlightenment %define version 0.16.7 -%define release 0.37 +%define release 0.38 Summary: The Enlightenment window manager. Name: %{name}