Skip to content
Merged
Prev Previous commit
Next Next commit
Change multi-line warning into multiple warnings.
  • Loading branch information
jonsimantov committed Nov 23, 2021
commit 2baad23f7d8b9cef3a86748bd8e09f0465811f61
5 changes: 2 additions & 3 deletions app/src/include/firebase/app.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ class AppInternal;
} // namespace internal

#if FIREBASE_PLATFORM_ANDROID && defined(__GLIBCXX__)
#warning \
"Firebase support for gnustl is deprecated and will be removed in \
the next major release. Please use libc++ instead."
#warning "Firebase support for gnustl is deprecated and will be removed in "
#warning "the next major release. Please use libc++ instead."
#endif

/// @brief Reports whether a Firebase module initialized successfully.
Expand Down