Use #warning instead of #warn: one is C and one isn't.

This commit is contained in:
Nick Mathewson
2019-10-09 09:37:21 -04:00
parent 51c2097586
commit 9871fcbcd9
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -75,8 +75,8 @@
#endif /* defined(HAVE_MINHERIT) || ... */
#if defined(HAVE_MINHERIT) && !defined(FLAG_ZERO) && !defined(FLAG_NOINHERIT)
#warn "minherit() is defined, but we couldn't find the right flag for it."
#warn "This is probably a bug in Tor's support for this platform."
#warning "minherit() is defined, but we couldn't find the right flag for it."
#warning "This is probably a bug in Tor's support for this platform."
#endif
/**