mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-03-05 06:41:51 +03:00
Fix warnings
This commit is contained in:
parent
f66feee961
commit
f787db7823
@ -353,7 +353,7 @@ uint16 code;
|
||||
|
||||
/// myStringClass_OM_New
|
||||
|
||||
uint32 myStringClass_OM_New( Class *cl, Object *obj, struct opSet *msg )
|
||||
static uint32 myStringClass_OM_New( Class *cl, Object *obj, struct opSet *msg )
|
||||
{
|
||||
struct myStringClassData *data;
|
||||
struct List *header;
|
||||
@ -446,7 +446,7 @@ bailout:
|
||||
///
|
||||
/// myStringClass_OM_Dispose
|
||||
|
||||
uint32 myStringClass_OM_Dispose( Class *cl, Object *obj, struct opSet *msg )
|
||||
static uint32 myStringClass_OM_Dispose( Class *cl, Object *obj, struct opSet *msg )
|
||||
{
|
||||
struct myStringClassData *data;
|
||||
|
||||
@ -772,7 +772,7 @@ struct myStringClassData *data;
|
||||
|
||||
/// myStringClassDispatcher
|
||||
|
||||
uint32 myStringClassDispatcher( Class *cl, Object *obj, Msg msg )
|
||||
static uint32 myStringClassDispatcher( Class *cl, Object *obj, Msg msg )
|
||||
{
|
||||
struct myStringClassData *data;
|
||||
uint32 ret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user