Skip to content

Commit

Permalink
lib-mail: Fix compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Jun 9, 2017
1 parent 500f98c commit 45f1cea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib-mail/test-istream-qp-encoder.c
Expand Up @@ -123,7 +123,7 @@ static void test_istream_qp_encoder(void)

int main(void)
{
static void (*const test_functions[])(void) = {
static void (*test_functions[])(void) = {
test_istream_qp_encoder,
NULL
};
Expand Down
2 changes: 1 addition & 1 deletion src/lib-mail/test-qp-encoder.c
Expand Up @@ -143,7 +143,7 @@ static void test_qp_encoder_header(void)

int main(void)
{
static void (*const test_functions[])(void) = {
static void (*test_functions[])(void) = {
test_qp_encoder,
test_qp_encoder_binary,
test_qp_encoder_header,
Expand Down

0 comments on commit 45f1cea

Please sign in to comment.