Skip to content

Commit

Permalink
fix macos build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
davidly committed Oct 23, 2023
1 parent 9271bc6 commit 6887419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djltrace.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class CDJLTrace
fflush( fp );
}
#else
#ifndef WATCOM
#if !defined( WATCOM ) && !defined( __APPLE__ )
condition; // unused
format; // unused
#endif
Expand Down

0 comments on commit 6887419

Please sign in to comment.