Skip to content

rts: Drop field initializer on thread_basic_info_data_t

Ben Gamari requested to merge wip/T17905 into master

This struct has a number of fields and we only care that the value is initialized with zeros. This eliminates the warnings noted in #17905 (closed).

Merge request reports