Skip to content

Commit

Permalink
Working on warnings (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzeemin committed Apr 9, 2024
1 parent 4d33c28 commit 233cad1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pch.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ namespace fs = std::filesystem;
#ifdef _DEBUG
#include <cassert>
#define ASSERT assert
#define TRACE ;
#define TRACE ((void)0)
#else
#define ASSERT
#define TRACE
#define ASSERT ((void)0)
#define TRACE ((void)0)
#endif

#endif //PCH_H

0 comments on commit 233cad1

Please sign in to comment.