mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 01:59:38 -04:00
a static variable. This code has been moved around in gcc, but is still in
use in the latest trunk version of the compiler.
gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:208:36:
warning: static variable 'dwarf_reg_size_table' is used in an inline
function with external linkage [-Wstatic-in-inline]
gcc_assert (index < (int) sizeof(dwarf_reg_size_table));
|
||
|---|---|---|
| .. | ||
| csu | ||
| libdialog | ||
| libgcc | ||
| libgcov | ||
| libgomp | ||
| libreadline | ||
| libregex | ||
| libssp | ||
| libstdc++ | ||
| libsupc++ | ||
| Makefile | ||
| Makefile.inc | ||