]> Kevux Git Server - fll/commit
Cleanup: Use '{ 0 }' as initializer for f_thread_set_t_initialize.
authorKevin Day <thekevinday@gmail.com>
Fri, 11 Aug 2023 01:23:18 +0000 (20:23 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 11 Aug 2023 01:23:18 +0000 (20:23 -0500)
commit94b3bcaac6fdef4fc8d2243fbe573f8f318064e0
tree805440796037d54a0d0cc5f0be88322ef1440440
parentf6725366474492f1b7baabba7938854f6e6412eb
Cleanup: Use '{ 0 }' as initializer for f_thread_set_t_initialize.

The f_thread_attribute_t_initialize works using '{ 0 }' as the initializer.
For whatever reason, the compilers do not like explicit initializers with the auto NULL ones like '{ 0 }'.
Switching to '{ 0 }' makes compilers happy and making compilers happy is often a good thing.
level_0/f_thread/c/thread/set.h