Control: tags -1 +unreproducible moreinfo

Hi!
I can't seem to reproduce this FTBFS.  And it doesn't appear to be possible:

=====================================================================
typedef const char Row[10];
typedef const Row Map[15];

void
internalParse( const char* line, const char** cursor, int* state,
               Map actionmap, Map statemap,

    int newstate = statemap[*state][charclass];
    switch ( actionmap[*state][charclass] ) {
=====================================================================

The type of both expressions is obviously char.  Yet in your report:

     [exec] make[1]: Leaving directory '/pegasus-wms-4.4.0+dfsg/src/tools'
     [exec] parse.c: In function ‘internalParse’:
     [exec] parse.c:311:20: warning: initialization makes integer from pointer 
without a cast [-Wint-conversion]
     [exec]      int newstate = statemap[*state][charclass];
     [exec]                     ^
     [exec] parse.c:319:14: error: switch quantity not an integer
     [exec]      switch ( actionmap[*state][charclass] ) {
     [exec]               ^

the log claims something different.  Thus, I suspect something was bad with
your build environment.

I just made a QA upload of the package for other bugs, and the buildds
concur: all release architectures that got around to trying (ie, not armhf
and mips yet), succeeded.


-- 
A tit a day keeps the vet away.

Reply via email to