[Lsb-messages] /var/www/bzr/lsb/devel/devchk r2371: ncursesw fixes to get rid of last compile time warnings (bug 1761)

Mats Wichmann mats at linuxfoundation.org
Sat Aug 3 16:25:27 UTC 2013


------------------------------------------------------------
revno: 2371
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: devchk
timestamp: Sat 2013-08-03 10:25:27 -0600
message:
  ncursesw fixes to get rid of last compile time warnings (bug 1761)
modified:
  ts/devchk/ncursesw_curses_h.c
-------------- next part --------------
=== modified file 'ts/devchk/ncursesw_curses_h.c'
--- a/ts/devchk/ncursesw_curses_h.c	2013-08-02 17:08:41 +0000
+++ b/ts/devchk/ncursesw_curses_h.c	2013-08-03 16:25:27 +0000
@@ -103,48 +103,14 @@
 #endif
 
 #if _LSB_DEFAULT_ARCH
-#ifdef NCURSES_ATTR_T
-	CompareConstant(NCURSES_ATTR_T,int,23662,architecture,5.0,NULL)
-#else
-Msg( "Error: Constant not found: NCURSES_ATTR_T\n");
-cnt++;
-#endif
-
-#endif
-
-#if _LSB_DEFAULT_ARCH
 /* No test for NCURSES_INLINE */
 #endif
 
 #if _LSB_DEFAULT_ARCH
-#ifdef NCURSES_COLOR_T
-	CompareConstant(NCURSES_COLOR_T,short,23664,architecture,5.0,NULL)
-#else
-Msg( "Error: Constant not found: NCURSES_COLOR_T\n");
-cnt++;
-#endif
-
-#endif
-
-#if _LSB_DEFAULT_ARCH
-#ifdef NCURSES_SIZE_T
-	CompareConstant(NCURSES_SIZE_T,short,23665,architecture,5.0,NULL)
-#else
-Msg( "Error: Constant not found: NCURSES_SIZE_T\n");
-cnt++;
-#endif
-
-#endif
-
-#if _LSB_DEFAULT_ARCH
 /* No test for NCURSES_TPARM_VARARGS */
 #endif
 
 #if _LSB_DEFAULT_ARCH
-/* No test for NCURSES_CH_T */
-#endif
-
-#if _LSB_DEFAULT_ARCH
 #ifdef TRUE
 	CompareConstant(TRUE,1,23668,architecture,5.0,NULL)
 #else
@@ -3978,11 +3944,6 @@
 #endif
 
 #if 1
-CheckTypeSize(struct ldat,4, 10003409, 1, 5.0, NULL, 0, NULL)
-Msg("Missing member data for ldat on All\n");
-#endif
-
-#if 1
 CheckTypeSize(chtype,0, 10003411, 1, 5.0, NULL, 9, NULL)
 #endif
 



More information about the lsb-messages mailing list