Turn -Werror back on.

2000-12-21  Pavel Cisler  <pavel@eazel.com>

	* configure.in:
	Turn -Werror back on.

	* HACKING:
	Tell contributors not to turn -Werror off.

	* libgnomevfs/gnome-vfs-mime-info.c:
	(gnome_vfs_mime_type_is_known):
	* mime-type-capplet/nautilus-mime-type-capplet-dialogs.c:
	(display_upper_case_dialog):
	* modules/ftp-method.c:
	Fix all the warnings that crept in while -Werror was off.
This commit is contained in:
Pavel Cisler 2000-12-21 21:51:58 +00:00 committed by Pavel Cisler
parent 4f87fefb51
commit 36c7092860

View file

@ -676,7 +676,7 @@ static void
display_upper_case_dialog (void)
{
char *message;
GtkWidget *dialog;
GnomeDialog *dialog;
message = _("The MIME type entered contained upper case characters. "
"Upper case characters were changed to lower case for you.");