mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-17 13:06:36 +02:00
GCC 10 defaults to `-fno-common`. no longer automatically sharing global variable definitions, which makes it important to define them in only one place (otherwise there will be duplicate definition errors). Add `extern` qualifiers where (I think) is the best place for them. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Makefile | ||
| run-peer-wire.c | ||
| run-tlvstream.c | ||