Changeset 3ddc586 in mainline for uspace/srv/hid/display/test/window.c
- Timestamp:
- 2023-08-04T09:19:45Z (18 months ago)
- Branches:
- ticket/834-toolchain-update
- Children:
- 4dbcdf3
- Parents:
- 0989bc4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/test/window.c
r0989bc4 r3ddc586 1112 1112 // as we are out-of-bounds 1113 1113 #pragma GCC diagnostic push 1114 #if defined(__GNUC__) && (__GNUC__ >= 10) 1114 1115 #pragma GCC diagnostic ignored "-Wenum-conversion" 1116 #endif 1115 1117 rc = ds_window_set_cursor(wnd, dcurs_limit); 1116 1118 PCUT_ASSERT_ERRNO_VAL(EINVAL, rc);
Note:
See TracChangeset
for help on using the changeset viewer.