Commit b7fd076d authored by Christopher Dykes's avatar Christopher Dykes Committed by Facebook Github Bot

Use #warning rather than #warn

Summary: Because `#warn` isn't actually a thing.

Reviewed By: ot

Differential Revision: D5356878

fbshipit-source-id: 57751ca57e7f6aaf9f4d8be70958b9cacc4f7335
parent 019b889e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment