cn-uofbasel / ccn-lite

CCN-lite, a lightweight implementation of the CCNx protocol and its variations
ISC License
74 stars 63 forks source link

ccnl-relay: cast 't' to uint32_t #364

Closed cgundogan closed 5 years ago

cgundogan commented 5 years ago

Contribution description

RIOT native is not happy with the definition of time_t(long int) vs uint32_t (unsigned). Since t can actually be never of negative time, the cast to uint32_t is safe.

Issues/PRs references

--