Skip to content

Commit

Permalink
fix z_qos_default() signature
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiryukov91 committed Feb 20, 2024
1 parent 245aade commit 790bd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zenoh-pico/api/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ static inline _Bool z_qos_get_express(z_qos_t qos) { return _z_n_qos_get_express
/**
* Returns default qos settings.
*/
static inline z_qos_t z_qos_default() { return _Z_N_QOS_DEFAULT; }
static inline z_qos_t z_qos_default(void) { return _Z_N_QOS_DEFAULT; }

/**
* Represents a data sample.
Expand Down

0 comments on commit 790bd62

Please sign in to comment.