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:
parent
4f87fefb51
commit
36c7092860
1 changed files with 1 additions and 1 deletions
|
@ -676,7 +676,7 @@ static void
|
||||||
display_upper_case_dialog (void)
|
display_upper_case_dialog (void)
|
||||||
{
|
{
|
||||||
char *message;
|
char *message;
|
||||||
GtkWidget *dialog;
|
GnomeDialog *dialog;
|
||||||
|
|
||||||
message = _("The MIME type entered contained upper case characters. "
|
message = _("The MIME type entered contained upper case characters. "
|
||||||
"Upper case characters were changed to lower case for you.");
|
"Upper case characters were changed to lower case for you.");
|
||||||
|
|
Loading…
Add table
Reference in a new issue