Changes in uspace/lib/drv/generic/remote_usb.c [58563585:90c340fb] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/remote_usb.c
r58563585 r90c340fb 35 35 36 36 #include <async.h> 37 #include <assert.h> 37 38 #include <macros.h> 38 39 #include <errno.h> … … 169 170 } 170 171 171 int static_assert[sizeof(sysarg_t) >= 4 ? 1 : -1]; 172 static_assert(sizeof(sysarg_t) >= 4); 173 172 174 typedef union { 173 175 uint8_t arr[sizeof(sysarg_t)];
Note:
See TracChangeset
for help on using the changeset viewer.