rpms/qtiplot/devel 2-nonvoid-return.patch,NONE,1.1

supercyper supercyper at fedoraproject.org
Wed Jan 27 12:11:38 UTC 2010


Author: supercyper

Update of /cvs/pkgs/rpms/qtiplot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30951

Added Files:
	2-nonvoid-return.patch 
Log Message:
- fix build warning of Note.cpp


2-nonvoid-return.patch:
 Note.cpp |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE 2-nonvoid-return.patch ---
--- qtiplot-0.9.7.11.old/qtiplot/src/scripting/Note.cpp	2009-10-18 10:34:30.000000000 +0800
+++ qtiplot-0.9.7.11/qtiplot/src/scripting/Note.cpp	2010-01-23 22:12:41.888421953 +0800
@@ -183,6 +183,7 @@
 			}
 		}
 	}
+	return -1;
 }
 
 ScriptEdit* Note::editor(int index)



More information about the scm-commits mailing list