Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions tests/dispatch_c99.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@
#include <dispatch/dispatch.h>
#include <stdlib.h>

#ifdef __linux__
// On Linux normally comes from libbsd overlay files,
// but the headers are not c99 compliant so we compile
// this test case without $(BSD_OVERLAY_CFLAGS)
#define __printflike(a,b) __attribute__((format(printf, a, b)))
#include <inttypes.h>
#endif

#include <bsdtests.h>
#include "dispatch_test.h"

Expand Down