Changeset - r22949:fd6db8cd9eec
[Not reviewed]
master
0 1 0
Ingo von Borstel - 6 years ago 2018-07-07 16:48:17
github@planetmaker.de
Fix #6844: Compile warning when compiling dedicated server (#6849)
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/gfx_layout.cpp
Show inline comments
 
@@ -671,7 +671,9 @@ Layouter::Layouter(const char *str, int 
 
		} else {
 
			/* Line is new, layout it */
 
			FontState old_state = state;
 
#if defined(WITH_ICU_LAYOUT) || defined(WITH_UNISCRIBE)
 
			const char *old_str = str;
 
#endif
 

	
 
#ifdef WITH_ICU_LAYOUT
 
			GetLayouter<ICUParagraphLayoutFactory>(line, str, state);
0 comments (0 inline, 0 general)