Ignore:
Timestamp:
Apr 27, 2009 7:18:38 PM (15 years ago)
Author:
nanang
Message:

Cleaned up bunch of compile warnings. Special for libgsmcodec, its warning level is reduced from 4 to 3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/vs-reorg2/third_party/srtp/crypto/include/cipher.h

    r1730 r2654  
    128128  uint8_t *key;                               /* key                      */ 
    129129  uint8_t *idx;                               /* packet index             */ 
    130   int plaintext_length_octets;                /* octets in plaintext      */  
     130  unsigned int plaintext_length_octets;       /* octets in plaintext      */  
    131131  uint8_t *plaintext;                         /* plaintext                */ 
    132   int ciphertext_length_octets;               /* octets in plaintext      */  
     132  unsigned int ciphertext_length_octets;      /* octets in plaintext      */  
    133133  uint8_t *ciphertext;                        /* ciphertext               */ 
    134134  struct cipher_test_case_t *next_test_case;  /* pointer to next testcase */ 
Note: See TracChangeset for help on using the changeset viewer.