Changeset 25c4c78 for tests


Ignore:
Timestamp:
2015-01-16T19:50:24Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
a6cd799
Parents:
7549d00
git-author:
Jason Copenhaver <jcopenha@…> (16-01-15 19:50:24)
git-committer:
dequis <dx@…> (16-01-15 19:50:24)
Message:

Fix compiler warnings on Cygwin and Mac OS X.

  • Don't use PIE/PIC on Cygwin/Darwin unless specified as these platforms don't support it.
  • Cleanup warnings for 'make check' build.
  • Fix the type issue for getsockopt calls.
  • Fix enum warnings in Yahoo libs on Mac OS X.
Location:
tests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tests/check_arc.c

    r7549d00 r25c4c78  
    8888                                  &decrypted, password );
    8989               
     90                fail_if( len == -1,
     91                 "`%s' didn't decrypt properly", decrypt_tests[i].decrypted );
    9092                fail_if( strcmp( decrypt_tests[i].decrypted, decrypted ) != 0,
    9193                         "`%s' didn't decrypt properly", decrypt_tests[i].decrypted );
  • tests/check_irc.c

    r7549d00 r25c4c78  
    2828        GIOChannel *ch1, *ch2;
    2929        irc_t *irc;
    30         GError *error = NULL;
    3130        char *raw;
    3231        fail_unless(g_io_channel_pair(&ch1, &ch2));
  • tests/check_jabber_sasl.c

    r7549d00 r25c4c78  
    8787                tcase_fn_start( get_part_tests[i].key, __FILE__, i );
    8888                char *res;
    89                 int len;
    9089               
    9190                res = sasl_get_part( get_part_tests[i].challenge,
Note: See TracChangeset for help on using the changeset viewer.