Re: [PATCH 01/13] wmaker: add script to check the call-back function used when loading configuration

2015-05-14 Thread Christophe
- Doug Torrance a écrit : > On 05/08/2015 12:15 PM, Christophe CURIS wrote: > > [...] > > > > This patch introduces a script that checks the consistency where possible, > > to > > raise the issues when performing "make check". > > Hi Christophe, > > I'm getting lots of errors from the new s

Re: [PATCH 01/13] wmaker: add script to check the call-back function used when loading configuration

2015-05-10 Thread Doug Torrance
On 05/08/2015 12:15 PM, Christophe CURIS wrote: Because the C compiler cannot check the consistency between the type of the variable being pointed to, and the type expected by the call-back function that is used to parse and store the value from the configuration file, there is a risk of mismatch

[PATCH 01/13] wmaker: add script to check the call-back function used when loading configuration

2015-05-08 Thread Christophe CURIS
Because the C compiler cannot check the consistency between the type of the variable being pointed to, and the type expected by the call-back function that is used to parse and store the value from the configuration file, there is a risk of mismatch that can cause Window Maker to misbehave due to d