Use #warning rather than #warn
[folly.git] / folly / memory / UninitializedMemoryHacks.h
index f4c87c7cdf2acf1802ae154e78bf314bcb829da0..a363e102dbbc29373eec76318891414deb7542a9 100644 (file)
@@ -244,7 +244,7 @@ inline void unsafeStringSetLargerSize(std::string& s, std::size_t n) {
 }
 
 #else
-#warn "No implementation for resizeWithoutInitialization of std::string"
+#warning "No implementation for resizeWithoutInitialization of std::string"
 #endif
 
 // This machinery bridges template expansion and macro expansion