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/pjmedia/src/test/wince_main.c

    r2394 r2654  
    1818 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    1919 */ 
     20#include "test.h" 
    2021#include <windows.h> 
    2122#include <stdio.h> 
    22 #include "test.h" 
    2323 
    2424#define TITLE   "PJMEDIA Test" 
     
    2929static void log_writer_cb(int level, const char *data, int len) 
    3030{ 
     31    PJ_UNUSED_ARG(level); 
     32 
    3133    fwrite(data, len, 1, fLog); 
    3234} 
     
    3941{ 
    4042    int rc; 
     43 
     44    PJ_UNUSED_ARG(hInstance); 
     45    PJ_UNUSED_ARG(hPrevInstance); 
     46    PJ_UNUSED_ARG(lpCmdLine); 
     47    PJ_UNUSED_ARG(nCmdShow); 
    4148 
    4249    rc = MessageBox(0, TEXT(CAPTION), TEXT(TITLE), MB_OKCANCEL); 
Note: See TracChangeset for help on using the changeset viewer.