mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
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:
parent
0bbcfcc963
commit
33747551bf
29 changed files with 167 additions and 152 deletions
|
|
@ -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 << "`";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue