X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fextended_color.c;h=bc52cc4889c8bc26ed3bb7d7d4fb63506e277ae6;hp=00b48140fa39f626cc1d58ed6b2c1098e225f036;hb=3e91848cbe3dad23fdb60962fa9b678592591c34;hpb=eccca377f55c70b12e3e92621d94d1e1c1fcfb7d diff --git a/test/extended_color.c b/test/extended_color.c index 00b48140..bc52cc48 100644 --- a/test/extended_color.c +++ b/test/extended_color.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2017-2018,2019 Free Software Foundation, Inc. * + * Copyright 2018-2019,2020 Thomas E. Dickey * + * Copyright 2017 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 * @@ -26,7 +27,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: extended_color.c,v 1.13 2019/01/21 14:59:34 tom Exp $ + * $Id: extended_color.c,v 1.15 2020/02/02 23:34:34 tom Exp $ */ #include @@ -209,8 +210,8 @@ main(int argc GCC_UNUSED, char *argv[]GCC_UNUSED) printw("Drawing soft-key tabs with pair 2\n"); slk_attrset(A_BOLD); /* reverse-video is hard to see */ - i = if_opt_s(extended_slk_color_sp(sp, 2), - extended_slk_color(2)); + (void) if_opt_s(extended_slk_color_sp(sp, 2), + extended_slk_color(2)); for (i = 1; i <= 8; ++i) { char temp[80]; _nc_SPRINTF(temp, _nc_SLIMIT(sizeof(temp)) "(SLK-%d)", i);