You mean this one
1.1.6 Compiler warnings
You should write code that is free of compiler warnings. Such warnings will
often indicate questionable code and sometimes even real bugs, so it's best
to avoid warnings at all.
The compiler flags in the Makefiles are set to "treat warnings as errors",
so your code won't even compile when warnings occur.
Warnings are treated as error ...
-----Original Message-----
From: openbsc-bounces(a)lists.gnumonks.org
[mailto:openbsc-bounces@lists.gnumonks.org] On Behalf Of Holger Hans Peter
Freyther
Sent: Wednesday, January 12, 2011 5:17 PM
To: Omar Atia
Cc: openbsc(a)lists.gnumonks.org
Subject: Re: Adding patches to wireshark...
On 01/12/2011 04:11 PM, Omar Atia wrote:
Dear Holger,
inside the patched file it contains an error , can u advise how to fix it
?
I'm moving into the right path now ...
You have not read the README.