Sha256: d6b0c53ab9cfb8104bca84349c720c4a5cd118d04fa07af188c89e9565f377f1
Contents?: true
Size: 397 Bytes
Versions: 26
Compression:
Stored size: 397 Bytes
Contents
/* SPDX-License-Identifier: MIT */ #define IOURINGINLINE #ifdef __clang__ // clang doesn't seem to particularly like that we're including a header that // deliberately contains function definitions so we explicitly silence it #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wmissing-prototypes" #endif #include "liburing.h" #ifdef __clang__ #pragma clang diagnostic pop #endif
Version data entries
26 entries across 26 versions & 3 rubygems