Ignore:
Timestamp:
Jun 18, 2006 1:59:14 AM (18 years ago)
Author:
bennylp
Message:

Bring the GSM codec to patchlevel 12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia-codec/gsm/proto.h

    r176 r517  
    99#ifndef PROTO_H 
    1010#define PROTO_H 
    11  
    12 #ifdef _MSC_VER 
    13 #   pragma warning(push, 3) 
    14 #   pragma warning(disable: 4131)       // .. uses old-style declarato 
    15 #   pragma warning(disable: 4244)       // conversion from 'x ' to 'y', possible loss of data 
    16 #   pragma warning(disable: 4761)       // integral size mismatch 
    17 #endif 
    18  
    19 #define NeedFunctionPrototypes  1 
    20  
    2111 
    2212#if __cplusplus 
Note: See TracChangeset for help on using the changeset viewer.