[Lsb-messages] /var/www/bzr/lsb/devel/olver-core-tests r77: more olver warnings (bug 3384)

Mats Wichmann mats at linuxfoundation.org
Tue Feb 14 12:52:56 UTC 2012


------------------------------------------------------------
revno: 77
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: olver-core-tests
timestamp: Tue 2012-02-14 05:52:56 -0700
message:
  more olver warnings (bug 3384)
modified:
  package/Makefile
  src/agent/ncurses/mode/mode_agent.c
  src/agent/ncurses/screen/screen_agent.c
  src/agent/ncurses/terminal/terminfo_agent.c
  src/model/ncurses/chstr/tests/add_scenario.seh
  src/model/ncurses/string/tests/insert_scenario.seh
  src/model/ncurses/window/tests/scroll_scenario.seh
-------------- next part --------------
=== modified file 'package/Makefile'
--- a/package/Makefile	2012-02-13 21:09:32 +0000
+++ b/package/Makefile	2012-02-14 12:52:56 +0000
@@ -1,6 +1,6 @@
 PACKAGE=lsb-test-olver-core
 VERSION=4.1.3
-RELEASE=4
+RELEASE=5
 
 # for pkgchk
 DEPS=

=== modified file 'src/agent/ncurses/mode/mode_agent.c'
--- a/src/agent/ncurses/mode/mode_agent.c	2008-09-05 17:30:58 +0000
+++ b/src/agent/ncurses/mode/mode_agent.c	2012-02-14 12:52:56 +0000
@@ -10,6 +10,7 @@
  */
 
 #include "ncurses/mode/mode_agent.h"
+#include <curses.h>
 
 
 /********************************************************************/
@@ -81,7 +82,7 @@
     START_TARGET_OPERATION(thread);
     
     // Execute
-    res = reset_shell_mode(res);
+    res = reset_shell_mode();
     
     END_TARGET_OPERATION(thread);
     
@@ -100,7 +101,7 @@
     START_TARGET_OPERATION(thread);
     
     // Execute
-    res = resetty(res);
+    res = resetty();
     
     END_TARGET_OPERATION(thread);
     
@@ -119,7 +120,7 @@
     START_TARGET_OPERATION(thread);
     
     // Execute
-    res = savetty(res);
+    res = savetty();
     
     END_TARGET_OPERATION(thread);
     

=== modified file 'src/agent/ncurses/screen/screen_agent.c'
--- a/src/agent/ncurses/screen/screen_agent.c	2008-09-19 15:48:23 +0000
+++ b/src/agent/ncurses/screen/screen_agent.c	2012-02-14 12:52:56 +0000
@@ -10,6 +10,7 @@
  */
 
 #include "ncurses/screen/screen_agent.h"
+#include <curses.h>
 
 
 /********************************************************************/

=== modified file 'src/agent/ncurses/terminal/terminfo_agent.c'
--- a/src/agent/ncurses/terminal/terminfo_agent.c	2012-02-11 00:00:45 +0000
+++ b/src/agent/ncurses/terminal/terminfo_agent.c	2012-02-14 12:52:56 +0000
@@ -14,6 +14,7 @@
 #include "../olverterm/addon.h"
 #include <term.h>
 #include <stdlib.h>
+#include <string.h>
 	
 #define NCURSES_STACK_BUFFSIZE 1024*256
 #define NCURSES_TERMDUMP ta_get_test_file_path("agent.termdump")

=== modified file 'src/model/ncurses/chstr/tests/add_scenario.seh'
--- a/src/model/ncurses/chstr/tests/add_scenario.seh	2010-01-14 16:50:38 +0000
+++ b/src/model/ncurses/chstr/tests/add_scenario.seh	2012-02-14 12:52:56 +0000
@@ -19,4 +19,6 @@
 #ifndef NCURSES_CHSTR_ADD_SCENARIO_SEH
 #define NCURSES_CHSTR_ADD_SCENARIO_SEH
 
+#include "ncurses/window/refresh_media.seh"
+
 #endif

=== modified file 'src/model/ncurses/string/tests/insert_scenario.seh'
--- a/src/model/ncurses/string/tests/insert_scenario.seh	2010-01-14 16:50:38 +0000
+++ b/src/model/ncurses/string/tests/insert_scenario.seh	2012-02-14 12:52:56 +0000
@@ -19,4 +19,6 @@
 #ifndef NCURSES_STRING_INSERT_SCENARIO_SEH
 #define NCURSES_STRING_INSERT_SCENARIO_SEH
 
+#include "ncurses/window/refresh_media.seh"
+
 #endif

=== modified file 'src/model/ncurses/window/tests/scroll_scenario.seh'
--- a/src/model/ncurses/window/tests/scroll_scenario.seh	2010-01-14 16:50:38 +0000
+++ b/src/model/ncurses/window/tests/scroll_scenario.seh	2012-02-14 12:52:56 +0000
@@ -22,6 +22,7 @@
 #include "common/common_media.seh"
 #include "common/control_center.seh"
 #include "ncurses/window/scroll_model.seh"
+#include "ncurses/window/refresh_media.seh"
 
 scenario bool window_scroll_simple_scen(void);
 



More information about the lsb-messages mailing list