forked from qt-creator/qt-creator
		
	C++: Fix unused field warnings in test.
Change-Id: I898668a91eb7d3fa18c0a8d3e7e7507f0fb5a917 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
		
				
					committed by
					
						
						Nikolai Kosjar
					
				
			
			
				
	
			
			
			
						parent
						
							9c23900f55
						
					
				
				
					commit
					aa3aa7c455
				
			@@ -147,6 +147,8 @@ public:
 | 
			
		||||
    {
 | 
			
		||||
#if 1
 | 
			
		||||
        m_recordedIncludes.append(Include(includedFileName, mode, line));
 | 
			
		||||
        Q_UNUSED(m_env);
 | 
			
		||||
        Q_UNUSED(m_includeDepth);
 | 
			
		||||
#else
 | 
			
		||||
        Q_UNUSED(line);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user