mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
AK: Deprecate warn().
This commit is contained in:
parent
1254cbbd0b
commit
1319ad476d
Notes:
sideshowbarker
2024-07-19 01:43:43 +09:00
Author: https://github.com/asynts
Commit: 1319ad476d
Pull-request: https://github.com/SerenityOS/serenity/pull/3848
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ private:
|
|||
};
|
||||
|
||||
[[deprecated("Use AK::outln or AK::new_out instead, AK::new_out will soon be renamed to AK::out.")]] inline StdLogStream out() { return StdLogStream(STDOUT_FILENO); }
|
||||
inline StdLogStream warn() { return StdLogStream(STDERR_FILENO); }
|
||||
[[deprecated("Use AK::warnln or AK::new_warn instead, AK::new_warn will soon be renamed to AK::warn.")]] inline StdLogStream warn() { return StdLogStream(STDERR_FILENO); }
|
||||
#endif
|
||||
|
||||
#ifdef KERNEL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue