Changeset bfb9bf5 for libcfa/src/concurrency/io
- Timestamp:
- Mar 14, 2022, 3:00:06 PM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- c7f2d9b
- Parents:
- 884f3f67
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io/setup.cfa
r884f3f67 rbfb9bf5 39 39 40 40 #else 41 #pragma GCC diagnostic push 42 #pragma GCC diagnostic ignored "-Waddress-of-packed-member" 41 43 #include <errno.h> 42 44 #include <stdint.h> … … 59 61 #include "kernel_private.hfa" 60 62 #include "thread.hfa" 63 #pragma GCC diagnostic pop 61 64 62 65 void ?{}(io_context_params & this) {
Note:
See TracChangeset
for help on using the changeset viewer.