Changeset 151

Show
Ignore:
Timestamp:
06/02/07 08:00:38 (18 months ago)
Author:
zany
Message:

less warnings

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/apps/obexftp.c

    r146 r151  
    128128 
    129129/* create global uuid buffers */ 
    130 static const char *fbs_uuid = UUID_FBS; 
    131 static const char *irmc_uuid = UUID_IRMC; 
    132 static const char *s45_uuid = UUID_S45; 
    133 static const char *pcsoftware_uuid = UUID_PCSOFTWARE; 
     130static const char *fbs_uuid = (const char *)UUID_FBS; 
     131static const char *irmc_uuid = (const char *)UUID_IRMC; 
     132static const char *s45_uuid = (const char *)UUID_S45; 
     133static const char *pcsoftware_uuid = (const char *)UUID_PCSOFTWARE; 
    134134 
    135135/* parse UUID string to real bytes */ 
     
    237237/*@only@*/ /*@null@*/ static char *device = NULL; 
    238238static int channel = -1; 
    239 static const char *use_uuid = UUID_FBS; 
     239static const char *use_uuid = (const char *)UUID_FBS; 
    240240static int use_uuid_len = sizeof(UUID_FBS); 
    241241static int use_conn=1;