native: Added dummy member to struct _thread_arch
Added dummy member to struct _thread_arch to suppress clang compiler warning. Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
This commit is contained in:
parent
0134a7de73
commit
d157527ec1
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ struct _callee_saved {
|
|||
|
||||
struct _thread_arch {
|
||||
/* nothing for now */
|
||||
int dummy;
|
||||
};
|
||||
|
||||
typedef struct _thread_arch _thread_arch_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue