diff -r bec082472471 -r 988f1908a7c4 noteobj.cpp --- a/noteobj.cpp Tue Mar 30 17:30:39 2010 +0000 +++ b/noteobj.cpp Fri Jul 23 16:43:49 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;