mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
Fix VC++ warning C4099
This commit is contained in:
parent
f279f2639b
commit
157a065876
@ -60,7 +60,7 @@ class outputStream;
|
||||
// declared above. For example, logging with 'uptime, level, tags' decorators results in:
|
||||
// [0,943s][info ][logging] message.
|
||||
class LogDecorators {
|
||||
friend class PrimitiveConversions::Translate<LogDecorators>;
|
||||
friend struct PrimitiveConversions::Translate<LogDecorators>;
|
||||
|
||||
#ifdef ASSERT
|
||||
friend class LogFileStreamOutput;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user