vmg / sundown

Standards compliant, fast, secure markdown processing library in C
1.99k stars 385 forks source link

examples/upskirt.c fails to build with gcc 4.5.2 #32

Closed simcop2387 closed 13 years ago

simcop2387 commented 13 years ago

gcc -c -g -O3 -Wall -Werror -Isrc -Ihtml -fPIC -c -o examples/upskirt.o examples/upskirt.c cc1: warnings being treated as errors examples/upskirt.c: In function ‘main’: examples/upskirt.c:71:8: error: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result

simple to work around, but should likely do some real checking

vmg commented 13 years ago

Fixed! Sorry for the delay.