[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-users] minor build warning (twice) : runtime.c
From: |
John Gabriele |
Subject: |
[Chicken-users] minor build warning (twice) : runtime.c |
Date: |
Sun, 1 Aug 2010 15:07:47 -0400 |
Hi,
Just built chicken on Ubuntu 10.04 (on x86_64) and saw this warning
come up twice:
~~~~
gcc -fno-strict-aliasing -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -I. -I./ \
-c -Os -fomit-frame-pointer \
\
-DC_BUILDING_LIBCHICKEN runtime.c -o runtime-static.o
runtime.c: In function ‘C_number_to_string’:
runtime.c:7328: warning: ignoring return value of ‘gcvt’, declared
with attribute warn_unused_result
~~~~
and
~~~~
gcc -fno-strict-aliasing -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -I. -I./ \
-c -Os -fomit-frame-pointer -fPIC -DPIC \
-DC_BUILDING_LIBCHICKEN runtime.c -o runtime.o
runtime.c: In function ‘C_number_to_string’:
runtime.c:7328: warning: ignoring return value of ‘gcvt’, declared
with attribute warn_unused_result
~~~~
---John
- [Chicken-users] minor build warning (twice) : runtime.c,
John Gabriele <=