File diff r8050:e9fae92dc613 → r8051:d67dab6255c1
src/driver.h
Show inline comments
 
@@ -79,7 +79,7 @@ protected:
 
		strecpy(buf, GetDriverTypeName(type), lastof(buf));
 
		strecpy(buf + 5, name, lastof(buf));
 

	
 
#if !defined(NDEBUG)
 
#if !defined(NDEBUG) || defined(WITH_ASSERT)
 
		/* NDEBUG disables asserts and gives a warning: unused variable 'P' */
 
		std::pair<Drivers::iterator, bool> P =
 
#endif /* !NDEBUG */