Skip to content

Commit

Permalink
Add missing parens for Com_DWPrintf
Browse files Browse the repository at this point in the history
Ran into this when trying to make a release build from ade82fd
  • Loading branch information
carlossless authored and skullernet committed Nov 19, 2024
1 parent ade82fd commit 0b790d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/common/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ void Sys_Printf(const char *fmt, ...) q_printf(1, 2);
#define Com_DDPrintf(...) ((void)0)
#define Com_DDDPrintf(...) ((void)0)
#define Com_DDDDPrintf(...) ((void)0)
#define Com_DWPrintf(...) ((void)0
#define Com_DWPrintf(...) ((void)0)
#endif

#if USE_TESTS
Expand Down

0 comments on commit 0b790d7

Please sign in to comment.