]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/color_set.c
ncurses 5.9 - patch 20131110
[ncurses.git] / test / color_set.c
index 8d8d4b090cdebf8a2b0f3bc7afa280b17387b6b7..041e6fd76fbb7c6e0e722b043c6628a7f0863f61 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************
 /****************************************************************************
- * Copyright (c) 2003-2004,2006 Free Software Foundation, Inc.              *
+ * Copyright (c) 2003-2008,2012 Free Software Foundation, Inc.              *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
  * copy of this software and associated documentation files (the            *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
  * copy of this software and associated documentation files (the            *
  * authorization.                                                           *
  ****************************************************************************/
 /*
  * authorization.                                                           *
  ****************************************************************************/
 /*
- * $Id: color_set.c,v 1.5 2006/06/03 16:40:10 tom Exp $
+ * $Id: color_set.c,v 1.7 2012/12/15 22:04:14 tom Exp $
  */
 
 #include <test.priv.h>
 
  */
 
 #include <test.priv.h>
 
-#ifdef HAVE_COLOR_SET
+#if HAVE_COLOR_SET
 
 #define SHOW(n) ((n) == ERR ? "ERR" : "OK")
 
 
 #define SHOW(n) ((n) == ERR ? "ERR" : "OK")
 
@@ -48,7 +48,7 @@ main(int argc GCC_UNUSED, char *argv[]GCC_UNUSED)
     if (has_colors()) {
        start_color();
 
     if (has_colors()) {
        start_color();
 
-       pair_content(0, &f, &b);
+       (void) pair_content(0, &f, &b);
        printw("pair 0 contains (%d,%d)\n", f, b);
        getch();
 
        printw("pair 0 contains (%d,%d)\n", f, b);
        getch();