From 80ee693033344e71a3b7663d8423b5dc3af4f257 Mon Sep 17 00:00:00 2001 From: supercyper Date: Feb 11 2010 02:03:06 +0000 Subject: fix build warning of Note.cpp --- diff --git a/qtiplot-nonvoid-return.patch b/qtiplot-nonvoid-return.patch new file mode 100644 index 0000000..75d34cc --- /dev/null +++ b/qtiplot-nonvoid-return.patch @@ -0,0 +1,10 @@ +--- qtiplot-0.9.7.12.org/qtiplot/src/scripting/Note.cpp 2009-10-18 10:34:30.000000000 +0800 ++++ qtiplot-0.9.7.12/qtiplot/src/scripting/Note.cpp 2010-02-09 23:03:46.253702512 +0800 +@@ -183,6 +183,7 @@ + } + } + } ++ return -1; + } + + ScriptEdit* Note::editor(int index)