View Issue Details

IDProjectCategoryView StatusLast Update
0005574ScribusInternalpublic2007-04-22 10:29
ReporterplinnellAssigned Toavox  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.3.4cvs 
Fixed in Version1.3.4cvs 
Summary0005574: desaxe.cpp warnings
Descriptiondesaxe.cpp warnings
Additional Informationthen mv -f ".deps/linestyle.Tpo" ".deps/linestyle.Plo"; else rm -f ".deps/linestyle.Tpo"; exit 1; fi
linestyle.cpp:223: warning: unused parameter 'str'
../../scribus/desaxe/simple_actions.h: In instantiation of 'void desaxe::Factory_body<Obj_Type>::begin(const Xml_string&, Xml_attr) [with Obj_Type = LineStyle]':
linestyle.cpp:274: instantiated from here
../../scribus/desaxe/simple_actions.h:66: warning: unused parameter 'name'
../../scribus/desaxe/simple_actions.h:66: warning: unused parameter 'attr'
../../scribus/desaxe/actions.h: In instantiation of 'void desaxe::Generator_body<Type>::end(const Xml_string&) [with Type = LineStyle]':
linestyle.cpp:274: instantiated from here
../../scribus/desaxe/actions.h:146: warning: unused parameter 'tag'


====================================================================

then mv -f ".deps/charstyle.Tpo" ".deps/charstyle.Plo"; else rm -f ".deps/charstyle.Tpo"; exit 1; fi
../../scribus/desaxe/simple_actions.h: In instantiation of 'void desaxe::Factory_body<Obj_Type>::begin(const Xml_string&, Xml_attr) [with Obj_Type = CharStyle]':
charstyle.cpp:329: instantiated from here
../../scribus/desaxe/simple_actions.h:66: warning: unused parameter 'name'
../../scribus/desaxe/simple_actions.h:66: warning: unused parameter 'attr'
../../scribus/desaxe/actions.h: In instantiation of 'void desaxe::Generator_body<Type>::end(const Xml_string&) [with Type = CharStyle]':
charstyle.cpp:329: instantiated from here
../../scribus/desaxe/actions.h:146: warning: unused parameter 'tag'
==========================================================================
paragraphstyle.lo -MD -MP -MF ".deps/paragraphstyle.Tpo" -c -o paragraphstyle.lo paragraphstyle.cpp; \
        then mv -f ".deps/paragraphstyle.Tpo" ".deps/paragraphstyle.Plo"; else rm -f ".deps/paragraphstyle.Tpo"; exit 1; fi
paragraphstyle.cpp:317: warning: unused parameter 'str'
../../scribus/desaxe/simple_actions.h: In instantiation of 'void desaxe::Factory_body<Obj_Type>::begin(const Xml_string&, Xml_attr) [with Obj_Type = ParagraphStyle]':
paragraphstyle.cpp:345: instantiated from here
../../scribus/desaxe/simple_actions.h:66: warning: unused parameter 'name'
../../scribus/desaxe/simple_actions.h:66: warning: unused parameter 'attr'
../../scribus/desaxe/actions.h: In instantiation of 'void desaxe::Generator_body<Type>::end(const Xml_string&) [with Type = ParagraphStyle]':
paragraphstyle.cpp:345: instantiated from here
../../scribus/desaxe/actions.h:146: warning: unused parameter 'tag'
=======================================================================

 then mv -f ".deps/storytext.Tpo" ".deps/storytext.Plo"; else rm -f ".deps/storytext.Tpo"; exit 1; fi
storytext.cpp: In member function 'const CharStyle& StoryText::charStyle(int) const':
storytext.cpp:447: warning: format not a string literal and no format arguments
storytext.cpp: In member function 'const ParagraphStyle& StoryText::paragraphStyle(int) const':
storytext.cpp:481: warning: format not a string literal and no format arguments
storytext.cpp: In member function 'void StoryText::applyStyle(int, const ParagraphStyle&)':
storytext.cpp:580: warning: format not a string literal and no format arguments
storytext.cpp: In member function 'void StoryText::eraseStyle(int, const ParagraphStyle&)':
storytext.cpp:612: warning: format not a string literal and no format arguments
storytext.cpp: At global scope:
storytext.cpp:915: warning: unused parameter 'pos'
storytext.cpp:919: warning: unused parameter 'pos'
storytext.cpp:1031: warning: unused parameter 'embedded'
storytext.cpp:1097: warning: unused parameter 'len'
storytext.cpp:1136: warning: unused parameter 'startItem'
storytext.cpp:1347: warning: unused parameter 'tag'
storytext.cpp: In member function 'virtual void Paragraph_body::begin(const Xml_string&, Xml_attr)':
storytext.cpp:1439: warning: format not a string literal and no format arguments
storytext.cpp: At global scope:
storytext.cpp:1434: warning: unused parameter 'attr'
storytext.cpp: In member function 'virtual void Paragraph_body::end(const Xml_string&)':
storytext.cpp:1458: warning: format not a string literal and no format arguments
storytext.cpp:1464: warning: format not a string literal and no format arguments
storytext.cpp: At global scope:
storytext.cpp:1494: warning: unused parameter 'attr'
../../scribus/desaxe/simple_actions.h: In instantiation of 'void desaxe::Factory_body<Obj_Type>::begin(const Xml_string&, Xml_attr) [with Obj_Type = StoryText]':
storytext.cpp:1570: instantiated from here
../../scribus/desaxe/simple_actions.h:66: warning: unused parameter 'name'
../../scribus/desaxe/simple_actions.h:66: warning: unused parameter 'attr'
../../scribus/desaxe/actions.h: In instantiation of 'void desaxe::Generator_body<Type>::end(const Xml_string&) [with Type = StoryText]':
storytext.cpp:1570: instantiated from here
../../scribus/desaxe/actions.h:146: warning: unused parameter 'tag'

============================================================================

       then mv -f ".deps/annotation.Tpo" ".deps/annotation.Po"; else rm -f ".deps/annotation.Tpo"; exit 1; fi
annotation.cpp:56: warning: unused parameter ‘tagname’
./desaxe/simple_actions.h: In instantiation of ‘void desaxe::Factory_body<Obj_Type>::begin(const Xml_string&, Xml_attr) [with Obj_Type = Annotation]’:
annotation.cpp:103: instantiated from here
./desaxe/simple_actions.h:66: warning: unused parameter ‘name’
./desaxe/simple_actions.h:66: warning: unused parameter ‘attr’
./desaxe/actions.h: In instantiation of ‘void desaxe::Generator_body<Type>::end(const Xml_string&) [with Type = Annotation]’:
annotation.cpp:103: instantiated from here
./desaxe/actions.h:146: warning: unused parameter ‘tag’


TagsNo tags attached.
Patch

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2007-04-20 07:41 plinnell New Issue
2007-04-20 07:44 plinnell Status new => assigned
2007-04-20 07:44 plinnell Assigned To => avox
2007-04-21 09:21 avox Status assigned => resolved
2007-04-21 09:21 avox Fixed in Version => 1.3.4cvs
2007-04-21 09:21 avox Resolution open => fixed
2007-04-22 10:29 plinnell Status resolved => closed