Remove #warning since it breaks libsysdecode

This commit is contained in:
imp 2018-10-26 04:53:29 +00:00
parent 1c8f6cc87b
commit 606001bb44

View File

@ -49,6 +49,4 @@ struct joystick {
#define JOY_GET_X_OFFSET _IOR('J', 5, int) /* get offset on X-axis */
#define JOY_GET_Y_OFFSET _IOR('J', 6, int) /* get offset on Y-axis */
#warning "This interface is for obsolete hardware and will be removed in FreeBSD 13"
#endif /* !_SYS_JOYSTICK_H_ */