From: Will Fiveash Date: Thu, 6 Jun 2002 12:22:05 +0000 (+0000) Subject: Fix a couple of compile-time warnings. X-Git-Tag: mutt-1-5-2-rel~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbea6b92adc33fb513e6f3eb1506fbc6ab8a8b37;p=mutt Fix a couple of compile-time warnings. --- diff --git a/init.h b/init.h index dd070f94..e219f70e 100644 --- a/init.h +++ b/init.h @@ -2086,7 +2086,7 @@ struct option_t MuttVars[] = { ** ``$$score_threshold_delete'' variable and friends are used. ** */ - { "score_threshold_delete", DT_NUM, R_NONE, UL &ScoreThresholdDelete, -1 }, + { "score_threshold_delete", DT_NUM, R_NONE, UL &ScoreThresholdDelete, UL -1 }, /* ** .pp ** Messages which have been assigned a score equal to or lower than the value @@ -2100,7 +2100,7 @@ struct option_t MuttVars[] = { ** Messages wich have been assigned a score greater than or equal to this ** variable's value are automatically marked "flagged". */ - { "score_threshold_read", DT_NUM, R_NONE, UL &ScoreThresholdRead, -1 }, + { "score_threshold_read", DT_NUM, R_NONE, UL &ScoreThresholdRead, UL -1 }, /* ** .pp ** Messages which have been assigned a score equal to or lower than the value