ERR: Fixing attempt to remove warnings.
This commit is contained in:
parent
d7ab8e2bcf
commit
6c4375309c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue