aboutsummaryrefslogtreecommitdiff
path: root/src/compose.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-09-20 02:43:17 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-09-20 02:43:17 +0000
commitd73e3bb581deb1e1b9645780785bc78af3796b41 (patch)
treec49441039830be24c2ef627461a9ae69dd5f9720 /src/compose.c
parentc2dbb1ce00b5ccdc7c6a3aa8d880d88658446654 (diff)
removed all warnings output with -Wall.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1910 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/compose.c')
-rw-r--r--src/compose.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/compose.c b/src/compose.c
index 116aba58..5b453336 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -1936,7 +1936,6 @@ static gchar *compose_get_signature_str(Compose *compose)
gchar *sig_path;
gchar *sig_body = NULL;
gchar *utf8_sig_body = NULL;
- gchar *sig_str = NULL;
gchar *utf8_sig_str = NULL;
g_return_val_if_fail(compose->account != NULL, NULL);
@@ -4172,8 +4171,6 @@ static gint compose_write_headers(Compose *compose, FILE *fp,
/* X-Sylpheed headers */
if (is_draft) {
- gchar *id;
-
fprintf(fp, "X-Sylpheed-Account-Id: %d\n",
compose->account->account_id);
if (compose->reply_target)
@@ -5212,7 +5209,7 @@ static GtkWidget *compose_toolbar_create_from_list(Compose *compose,
static void compose_set_toolbar_button_visibility(Compose *compose)
{
- GtkToolbarStyle style;
+ GtkToolbarStyle style = GTK_TOOLBAR_BOTH_HORIZ;
if (prefs_common.toolbar_style == TOOLBAR_NONE)
style = -1;