In ivl_alloc.h we redefine malloc(), realloc() and calloc() to have standard error checking. We don't want to do this for anything that comes from the standard headers. This specifically doesn't work if a C++ header files does std::malloc, etc. Also change to -W instead of -Wextra since that is more portable. I plan to add a check from -Wextra and use it when available since it is more descriptive. |
||
|---|---|---|
| .. | ||
| Makefile.in | ||
| dump_final.c | ||
| emit_jed.c | ||
| enables.c | ||
| fit_log.c | ||
| fit_reg.c | ||
| imain.c | ||
| pads.c | ||
| priv.h | ||