mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-02-03 04:23:11 +01:00
Fix compiler warnings
This commit is contained in:
parent
20fd13cd2b
commit
332efcbf55
1 changed files with 2 additions and 1 deletions
|
|
@ -355,7 +355,7 @@ static char *get_datamodel_media_type(const char *media)
|
|||
else if (!strcmp(media, "IEEE MOCA_V1_1"))
|
||||
return "MoCAv1.1";
|
||||
else
|
||||
return media;
|
||||
return (char *)media;
|
||||
}
|
||||
|
||||
/*************************************************************
|
||||
|
|
@ -390,6 +390,7 @@ static int get_IEEE1905AL_Status(char *refparam, struct dmctx *ctx, void *data,
|
|||
else
|
||||
*value = val;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*#Device.IEEE1905.AL.RegistrarFreqBand!UBUS:ieee1905/info//registrar_band*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue