Do not predeclare __inline functions, this makes no sense and generates
a warning with gcc 3.4.x.
This commit is contained in:
parent
40cd002b5a
commit
e95e2344a8
@ -55,7 +55,7 @@ enum _vflag vflag = FIRST;
|
|||||||
static off_t address; /* address/offset in stream */
|
static off_t address; /* address/offset in stream */
|
||||||
static off_t eaddress; /* end address */
|
static off_t eaddress; /* end address */
|
||||||
|
|
||||||
static __inline void print(PR *, u_char *);
|
static void print(PR *, u_char *);
|
||||||
|
|
||||||
void
|
void
|
||||||
display(void)
|
display(void)
|
||||||
@ -112,7 +112,7 @@ display(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static __inline void
|
static void
|
||||||
print(PR *pr, u_char *bp)
|
print(PR *pr, u_char *bp)
|
||||||
{
|
{
|
||||||
long double ldbl;
|
long double ldbl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user