ERR: Fixing attempt to remove warnings.

This commit is contained in:
Brad King 2003-01-30 11:50:50 -05:00
parent d7ab8e2bcf
commit 6c4375309c
1 changed files with 3 additions and 5 deletions

View File

@ -44,11 +44,9 @@
enum
{
cmCursesStandardIncludesHackRef1 = sizeof(cfgetospeed(0)),
cmCursesStandardIncludesHackRef2 = sizeof(cfgetospeed(0, 0)),
cmCursesStandardIncludesHackRef3 = sizeof(cfgetispeed(0)),
cmCursesStandardIncludesHackRef4 = sizeof(cfgetispeed(0, 0)),
cmCursesStandardIncludesHackRef5 = sizeof(tcgetattr(0, 0)),
cmCursesStandardIncludesHackRef6 = sizeof(tcsetattr(0, 0, 0))
cmCursesStandardIncludesHackRef2 = sizeof(cfgetispeed(0)),
cmCursesStandardIncludesHackRef3 = sizeof(tcgetattr(0, 0)),
cmCursesStandardIncludesHackRef4 = sizeof(tcsetattr(0, 0, 0))
};
#endif