/// index of default value cell of optional parameter (#1 -> n=0)
pos_type optIdx(int n) const { return n + 1; }

Stefan, why did you use pos_type here? Do you need something signed? Even if yes, pos_type is in general related to a character position inside a Paragraph.

Abdel.

Compiling...
MathSupport.cpp
MathParser.cpp
MathMacroTemplate.cpp
..\..\..\..\src\mathed\MathMacroTemplate.cpp(443) : warning C4018: '>' : signed/unsigned mismatch ..\..\..\..\src\mathed\MathMacroTemplate.cpp(468) : warning C4018: '>=' : signed/unsigned mismatch ..\..\..\..\src\mathed\MathMacroTemplate.cpp(490) : warning C4018: '>' : signed/unsigned mismatch
MathMacroArgument.cpp
MathMacro.cpp
..\..\..\..\src\mathed\MathMacro.cpp(423) : warning C4018: '<' : signed/unsigned mismatch ..\..\..\..\src\mathed\MathMacro.cpp(438) : warning C4018: '<' : signed/unsigned mismatch ..\..\..\..\src\mathed\MathMacro.cpp(541) : warning C4018: '<' : signed/unsigned mismatch ..\..\..\..\src\mathed\MathMacro.cpp(552) : warning C4018: '<' : signed/unsigned mismatch ..\..\..\..\src\mathed\MathMacro.cpp(559) : warning C4018: '<' : signed/unsigned mismatch
MathFactory.cpp
MathData.cpp
..\..\..\..\src\mathed\MathData.cpp(431) : warning C4018: '<' : signed/unsigned mismatch ..\..\..\..\src\mathed\MathData.cpp(439) : warning C4018: '<' : signed/unsigned mismatch
MacroTable.cpp
InsetMathNest.cpp
InsetMathGrid.cpp
InsetMathFrac.cpp
InsetMathDelim.cpp
InsetMathChar.cpp
Generating Code...
Build log was saved at "file://d:\devel\lyx\trunk\development\cmake\src\mathed\mathed.dir\Release\BuildLog.htm"
mathed - 0 error(s), 10 warning(s)


The build has been canceled at the user's request

Reply via email to