|
From: <pl...@pi...> - 2014-05-11 16:24:46
|
On 05/11/14 17:51, sfeam wrote: >> Also noted this, that did not look too reassuring: >> > >> >In function 'snprintf', >> > inlined from 'get_data' at plot2d.c:712:12: >> >/usr/include/bits/stdio2.h:65:3: warning: call to >> >__builtin___snprintf_chk will always overflow destination buffer > That is indeed an error. I wonder why I don't get the same error > message when compiling here. > > thanks, > > Ethan > Note it's a warning , not an error. If you don't sit there watching closely or your hardware is fast you'll probably miss it. /Peter. |