mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
5fad3dc36b
With glibc 2.15 and clang 3.0, I get warnings from where we use the strcpsn implementation in the header as strcspn(string, "="). This is apparently because clang sees that part of the strcspn macro expands to "="[2], and doesn't realize that that part of the macro is only evaluated when "="[1] != 0.
4 lines
125 B
Plaintext
4 lines
125 B
Plaintext
o Minor bugfixes:
|
|
- Avoid a warning caused by using strcspn from glibc with clang 3.0.
|
|
Bugfix on 0.2.3.13-alpha.
|