Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=782786

--- Comment #2 from Jussi Lehtola <jussi.leht...@iki.fi> 2012-01-18 11:53:12 
EST ---
There are some compiler warnings that you should take up with upstream.

src/LatexEditor.cpp: In member function 'bool LatexEditor::findNext()':
src/LatexEditor.cpp:210:1: warning: no return statement in function returning
non-void [-Wreturn-type]
src/LatexEditor.cpp: In member function 'bool LatexEditor::findPrevious()':
src/LatexEditor.cpp:217:1: warning: no return statement in function returning
non-void [-Wreturn-type]

src/DialogAbout.cpp:15:6: warning: unused parameter 'text' [-Wunused-parameter]
src/DialogReplace.cpp:72:6: warning: unused parameter 'replaceExpr'
[-Wunused-parameter]

include/MainWindow.h: In constructor 'MainWindow::MainWindow(QWidget*)':
include/MainWindow.h:192:9: warning: 'MainWindow::nUpdates' will be initialized
after [-Wreorder]
include/MainWindow.h:191:9: warning:   'int MainWindow::zoomFactor' [-Wreorder]
src/MainWindow.cpp:61:1: warning:   when initialized here [-Wreorder]
src/MainWindow.cpp: In member function 'bool MainWindow::runCommand(const
QString&)':
src/MainWindow.cpp:1022:1: warning: no return statement in function returning
non-void [-Wreturn-type]
src/MainWindow.cpp: In member function 'bool MainWindow::exportToTeX()':
src/MainWindow.cpp:731:1: warning: control reaches end of non-void function
[-Wreturn-type]
src/MainWindow.cpp: In member function 'bool MainWindow::exportToDVI()':
src/MainWindow.cpp:652:1: warning: control reaches end of non-void function
[-Wreturn-type]

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to