uppsrc: Fixed all -Wall warnings (except logical parenthesis and misplaced else)

git-svn-id: svn://ultimatepp.org/upp/trunk@6902 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-02-10 18:12:17 +00:00
parent 0bbcfcc963
commit 33747551bf
29 changed files with 167 additions and 152 deletions

View file

@ -227,7 +227,6 @@ void QTFEncodePara(String& qtf, const RichPara& p, const RichPara::Format& style
String data = object.Write();
const char *q = data.Begin();
const char *slim = data.End();
int n = 0;
qtf.Reserve(8 * data.GetLength() / 7);
if(object.IsText()) {
qtf << "`";