fixed warnings
This commit is contained in:
parent
6b228ff924
commit
1408742c23
|
@ -47,6 +47,8 @@ enum
|
||||||
cmCursesStandardIncludesHackRef2 = sizeof(cfgetispeed(0)),
|
cmCursesStandardIncludesHackRef2 = sizeof(cfgetispeed(0)),
|
||||||
cmCursesStandardIncludesHackRef3 = sizeof(tcgetattr(0, 0)),
|
cmCursesStandardIncludesHackRef3 = sizeof(tcgetattr(0, 0)),
|
||||||
cmCursesStandardIncludesHackRef4 = sizeof(tcsetattr(0, 0, 0))
|
cmCursesStandardIncludesHackRef4 = sizeof(tcsetattr(0, 0, 0))
|
||||||
|
cmCursesStandardIncludesHackRef5 = sizeof(cfsetospeed(0,0)),
|
||||||
|
cmCursesStandardIncludesHackRef6 = sizeof(cfsetispeed(0,0)),
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue