View | Details | Raw Unified | Return to issue 107514
Collapse All | Expand All

(-)a/bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx (-1 / +1 lines)
Lines 126-132 Link Here
126
126
127
		int nUsedGPR = 0;
127
		int nUsedGPR = 0;
128
		int nUsedSSE = 0;
128
		int nUsedSSE = 0;
129
#if OSL_DEBUG_LEVEL > 1
129
#if OSL_DEBUG_LEVEL > 0
130
		bool bFitsRegisters =
130
		bool bFitsRegisters =
131
#endif
131
#endif
132
			x86_64::examine_argument( rParam.pTypeRef, false, nUsedGPR, nUsedSSE );
132
			x86_64::examine_argument( rParam.pTypeRef, false, nUsedGPR, nUsedSSE );

Return to issue 107514