X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Frain.c;h=87d57c93dce1b4ab2dfbf8a3c11187442c83af11;hp=f4a5e7f332ea9265e5a21f776eb2ca8d8d03c35d;hb=41068edef084c39be0cecdf949d9b538d925f42c;hpb=9edffa2f21102c06dcf682d58b074c407bcedd0a diff --git a/test/rain.c b/test/rain.c index f4a5e7f3..87d57c93 100644 --- a/test/rain.c +++ b/test/rain.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2006,2008 Free Software Foundation, Inc. * + * Copyright (c) 1998-2008,2009 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 +26,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: rain.c,v 1.34 2008/05/24 23:34:34 tom Exp $ + * $Id: rain.c,v 1.35 2009/08/29 19:02:25 tom Exp $ */ #include @@ -105,7 +105,7 @@ next_j(int j) chtype color = COLOR_PAIR(z); if (z) color |= A_BOLD; - attrset(color); + (void) attrset(color); } return j; }