nats-io / nats.c

A C client for NATS
Apache License 2.0
382 stars 132 forks source link

[FIXED] GH-736: added extern to micro_Errors #743

Closed levb closed 4 months ago

levb commented 4 months ago

In https://github.com/nats-io/nats.c/pull/731 I wrongly assumed that NATS_EXTERN was a superset of extern and it is not.

Unfortunately, our current CI set up does not catch these, I will revive the GH actions PR that used the more recent compiler versions.

Fixes https://github.com/nats-io/nats.c/issues/736

levb commented 4 months ago

Cherry-picked for v3.8.1