nuttx-apps/testing/ostest
chao an 6923c9cf57 testing: fix visual studio Compiler Error C2057
expected constant expression
The context requires a constant expression, an expression whose value is known at compile time.
The compiler must know the size of a type at compile time in order to allocate space for an instance of that type.

Reference:
https://learn.microsoft.com/en-us/cpp/error-messages/compiler-errors-1/compiler-error-c2057?view=msvc-170

Signed-off-by: chao an anchao@xiaomi.com
Signed-off-by: chao an <anchao@xiaomi.com>
2023-08-29 15:44:09 +08:00
..
aio.c
barrier.c
cancel.c
CMakeLists.txt
cond.c
dev_null.c
fpu.c
getopt.c
Kconfig
Make.defs
Makefile
mqueue.c
mutex.c
nsem.c
ostest_main.c
ostest.h
posixtimer.c
prioinherit.c
pthread_cleanup.c
pthread_exit.c
pthread_rwlock_cancel.c
pthread_rwlock.c
restart.c
rmutex.c
robust.c
roundrobin.c
schedlock.c
sem.c
semtimed.c
setjmp.c
setvbuf.c
sigev_thread.c
sighand.c
sighelper.c
signest.c
sigprocmask.c
specific.c
sporadic2.c
sporadic.c
suspend.c
timedmqueue.c
timedmutex.c
timedwait.c
tls.c
vfork.c
waitpid.c
wqueue.c