"R. Lahaye" <[EMAIL PROTECTED]> writes:
| filetools.C: In function `const class string MakeRelPath(const class string &, const
|class string &)':
| 861: warning: comparison between signed and unsigned
Ok, I think this is fixed now.
| lyxrc.C: In method `void LyXRC::output(class ostream &) const':
| 1564: warning: enumeration value `RC_SET_COLOR' not handled in switch
| 1564: warning: enumeration value `RC_CONVERTER' not handled in switch
| 1564: warning: enumeration value `RC_VIEWER' not handled in switch
| 1564: warning: enumeration value `RC_FORMAT' not handled in switch
This is "OK", they are missing an implementation and we get notified
about that fact. They really should be handled, but are perhaps not
critical (yet.)
| ButtonPolicies.C:
|
| 39: warning: passing `ButtonPolicy::SMInput' chooses `int' over `long unsigned int'
| 41: warning: passing `ButtonPolicy::State' chooses `int' over `long
| unsigned int'
should be fixed now.
Lgb