Fixing compiler warning/error
This commit is contained in:
parent
fa4abfcc90
commit
d4d9a1be98
1 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,8 @@ gfxThreadHandle gfxThreadCreate(void* stackarea, size_t stacksz, threadpriority_
|
|||
def.instances = 1;
|
||||
def.stacksize = stacksz;
|
||||
|
||||
(void)stackarea;
|
||||
|
||||
return osThreadCreate(&def, param);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue