diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-11 11:37:50 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-11 11:37:50 +0800 |
commit | e55f9a0e49692c00a0953071628c81581ce13cce (patch) | |
tree | 271411e8a82f07f822bac6fc3aa5a1df42ca7d65 /filter/rule-context.c | |
parent | 40eea3692e4afa02a9092f64c00e9348f562f68b (diff) | |
download | gsoc2013-evolution-e55f9a0e49692c00a0953071628c81581ce13cce.tar.gz gsoc2013-evolution-e55f9a0e49692c00a0953071628c81581ce13cce.tar.zst gsoc2013-evolution-e55f9a0e49692c00a0953071628c81581ce13cce.zip |
Fixed some warnings.
2000-08-10 Christopher James Lahey <clahey@helixcode.com>
* filter-driver.c, filter-driver.h, filter-folder.c,
rule-context.c, vfolder-editor.c: Fixed some warnings.
svn path=/trunk/; revision=4720
Diffstat (limited to 'filter/rule-context.c')
-rw-r--r-- | filter/rule-context.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/filter/rule-context.c b/filter/rule-context.c index 9621599b0f..c297ae1a61 100644 --- a/filter/rule-context.c +++ b/filter/rule-context.c @@ -346,7 +346,9 @@ void rule_context_add_rule(RuleContext *f, FilterRule *new) static void new_rule_clicked(GtkWidget *w, int button, RuleContext *context) { +#ifndef NO_WARNINGS #warning "Need a changed signal for this to work best" +#endif if (button == 0) { FilterRule *rule = gtk_object_get_data((GtkObject *)w, "rule"); char *user = gtk_object_get_data((GtkObject *)w, "path"); |