diff -r f0fe7c36ec5c -r 43268373032d noteobj.cpp --- a/noteobj.cpp Fri Apr 09 14:24:04 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;