diff options
author | Roland McGrath <roland@gnu.org> | 1995-07-26 14:04:19 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-07-26 14:04:19 +0000 |
commit | 4e1bac76a81d99ff4658fb86edb04356d357017d (patch) | |
tree | 6050ea749a98995c62fc462f0f1ae6ebca5afd57 /Makeconfig | |
parent | 3d61b63cc722951e3a5261e6bc3f0488eb35d441 (diff) | |
download | glibc-4e1bac76a81d99ff4658fb86edb04356d357017d.tar.gz |
* stdio/vfscanf.c (conv_error): Simplify expression to avoid
"value computed is not used" warning.
* Makeconfig (+gccwarn): Removed -Wconversion.
* csu/initfini.c (GLOBAL): Macro removed.
(_init, _fini): Always define globally.
* csu/Makefile (crtstuff, initfini): Don't make crt[in]_s.o.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makeconfig b/Makeconfig index 90049e60b5..0ebe04392b 100644 --- a/Makeconfig +++ b/Makeconfig @@ -294,8 +294,7 @@ RANLIB = ranlib endif # Extra flags to pass to GCC. -+gccwarn := -Wall -Wwrite-strings -Wno-parentheses -Winline \ - -Wbad-function-cast -Wconversion ++gccwarn := -Wall -Wwrite-strings -Wno-parentheses -Winline -Wbad-function-cast # This is the program that generates makefile # dependencies from C source files. |