diff -r bec082472471 -r 43268373032d noteobj.cpp --- a/noteobj.cpp Tue Mar 30 17:30:39 2010 +0000 +++ b/noteobj.cpp Wed Jun 09 13:14:08 2010 +0000 @@ -52,7 +52,7 @@ return getNoteASCII ("",80); } -QString NoteObj::getNoteASCII(QString indent, const int &width) +QString NoteObj::getNoteASCII(QString indent, const int &) //FIXME-3 use width { if (note.isEmpty()) return note; QString r=note;