wmail: define debug macros as empty if debug is not enabled.
This commit is contained in:
		
							parent
							
								
									107922018b
								
							
						
					
					
						commit
						2fbac189e8
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -84,9 +84,9 @@ void TRACE( const char *fmt, ... );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define TRACE 0 && // hopefully rejected by the optimizing compiler (as gcc does...)
 | 
					#define TRACE( fmt... )
 | 
				
			||||||
#define ASSERT(EXPR) ((void)0)
 | 
					#define ASSERT( EXPR )
 | 
				
			||||||
#define VERIFY(EXPR) (EXPR)
 | 
					#define VERIFY( EXPR )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue