mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
88d99fc1bd
The option `--enable-all-bugs-are-fatal` when used with `--disable-module-relay` caused GCC to warn about functions that it thought should be labeled noreturn. I've tried a couple of approaches, but disabling the warning on these functions seems to be the best approach. Fixed #40129; bugfix on 0.4.4.1-alpha.
5 lines
229 B
Plaintext
5 lines
229 B
Plaintext
o Minor bugfixes (compilation):
|
|
- Fix compiler warnings that would occur when building with
|
|
"--enable-all-bugs-are-fatal" and "--disable-module-relay"
|
|
at the same time. Fixes bug 40129; bugfix on 0.4.4.1-alpha.
|