Ignore:
Timestamp:
Mar 14, 2022, 3:00:06 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
Children:
c7f2d9b
Parents:
884f3f67
Message:

Fixed some warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/io/setup.cfa

    r884f3f67 rbfb9bf5  
    3939
    4040#else
     41#pragma GCC diagnostic push
     42#pragma GCC diagnostic ignored "-Waddress-of-packed-member"
    4143        #include <errno.h>
    4244        #include <stdint.h>
     
    5961        #include "kernel_private.hfa"
    6062        #include "thread.hfa"
     63#pragma GCC diagnostic pop
    6164
    6265        void ?{}(io_context_params & this) {
Note: See TracChangeset for help on using the changeset viewer.