Skip to content

Commit a6af5cb

Browse files
committed
quiet clang build warning
1 parent 710830e commit a6af5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djltrace.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ class CDJLTrace
284284
fflush( fp );
285285
}
286286
#else
287-
#if !defined( WATCOM ) && !defined( __APPLE__ )
287+
#if !defined( WATCOM ) && !defined( __APPLE__ ) && !defined( __clang__ )
288288
condition; // unused
289289
format; // unused
290290
#endif

0 commit comments

Comments
 (0)