mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 16:37:47 +00:00
Everywhere: Deprecate dbg().
This commit is contained in:
parent
d7345cf560
commit
1c1e577a5e
5 changed files with 51 additions and 48 deletions
|
@ -149,7 +149,10 @@ KernelLogStream klog()
|
|||
#else
|
||||
DebugLogStream klog()
|
||||
{
|
||||
# pragma GCC diagnostic push
|
||||
# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
return dbg();
|
||||
# pragma GCC diagnostic pop
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue