[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: smsd on FreeBSD dumps core (solved)
From: |
Pawel Kot |
Subject: |
Re: smsd on FreeBSD dumps core (solved) |
Date: |
Tue, 10 Sep 2002 11:07:43 +0200 |
>>> address@hidden 10 September 2002 09:22:30 >>>
> During compilation I noticed:
> nk7110.c: In function `P7110_Initialise':
> nk7110.c:271: warning: `err' might be used uninitialized in this function
>
> Line 271 must be:
> GSM_Error err = GE_NONE;
It doesn't. Please show me the code path where err remains uninitialized. If
you can't,
I call it compiler bug and I don't care.
pkot