mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Try to shorten an #error in address.c
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
* work correctly. Bail out here if we've found a platform where AF_UNSPEC
|
||||
* isn't 0. */
|
||||
#if AF_UNSPEC != 0
|
||||
#error We rely on AF_UNSPEC being 0. Let us know about your platform, please!
|
||||
#error "We rely on AF_UNSPEC being 0. Yours isn't. Please tell us more!"
|
||||
#endif
|
||||
CTASSERT(AF_UNSPEC == 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user