The visibility attribute is a GCC 4+ feature. GCC 2.95 also warns about the unsigned/signed comparision.
Fix some compile problems on weird/old compilers. #773
pull gmaxwell wants to merge 1 commits into bitcoin-core:master from gmaxwell:202007_oldcompilerfixups changing 2 files +2 −2-
gmaxwell commented at 5:28 AM on July 26, 2020: contributor
-
1309c03c45
Fix some compile problems on weird/old compilers.
The visibility attribute is a GCC 4+ feature. GCC 2.95 also warns about the unsigned/signed comparision.
-
real-or-random commented at 9:03 AM on July 26, 2020: contributor
ACK 1309c03c45beece646a7d21fdb6a0e3d38adee2b I inspected the diff
edit: I thought it's a feature that it does not compile on GCC 2. :man_shrugging:
- real-or-random merged this on Jul 26, 2020
- real-or-random closed this on Jul 26, 2020
- deadalnix referenced this in commit 1c79f821e7 on Sep 27, 2020
- deadalnix referenced this in commit 426f2b149b on Sep 28, 2020
Contributors