Skip to content

Commit b78ade8

Browse files
committed
Disable GCC specific pragma to allow tests with clang
1 parent b074e4e commit b78ade8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/federated.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include "reactor-uc/logging.h"
44
#include "reactor-uc/platform.h"
55

6-
#pragma GCC diagnostic ignored "-Wstack-usage="
6+
// #pragma GCC diagnostic ignored "-Wstack-usage="
77

88
// TODO: Refactor so this function is available
99
void LogicalConnection_trigger_downstreams(Connection *self, const void *value, size_t value_size);

0 commit comments

Comments
 (0)