Le 21 janv. 2011 à 20:49, Denis Pichugin a écrit : > Hi all! > > Revision 11431. > *make install > ...... > " COMPILE: src/parse/properties/cursor.c" > src/parse/properties/cursor.c: In function `css__parse_cursor': > src/parse/properties/cursor.c:34: warning: 'error' migh be used > uninitialized in this function > make: *** > [build-riscos-riscos-release-lib-static/src_parse_properties_cursor.o] > Error 1 > > (at this fiile at line 34 is: > css_error error; > ) > > Which value must has 'error'? Or chnge another operraton?
Maybe release build are done with -Werror ? it makes gcc treat all warnings as errors. François.
