Fixing compiler warning/error

ugfx_release_2.6
Joel Bodenmann 2015-10-19 07:13:45 +02:00
parent fa4abfcc90
commit d4d9a1be98
1 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,8 @@ gfxThreadHandle gfxThreadCreate(void* stackarea, size_t stacksz, threadpriority_
def.instances = 1;
def.stacksize = stacksz;
(void)stackarea;
return osThreadCreate(&def, param);
}