nuttx/sched
chao.an 704b03f833 sched: fix visual studio Compiler Warning (level 4) C4706
D:\code\incubator-nuttx\sched\environ\env_dup.c(81):
  warning C4706: assignment within conditional expression
  [D:\code\nuttx\incubator-nuttx\vs20221\sched\sched.vcxproj]

Reference:
https://docs.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-4-c4706?view=msvc-170

Signed-off-by: chao.an <anchao@xiaomi.com>
2022-08-17 18:33:44 +08:00
..
clock clock/settime: minor fix compile warning 2022-07-10 20:44:21 +03:00
environ sched: fix visual studio Compiler Warning (level 4) C4706 2022-08-17 18:33:44 +08:00
group sched: fix visual studio Compiler Warning (level 4) C4189 2022-08-17 10:00:20 +03:00
init Fix typos 2022-08-07 23:33:19 +08:00
irq nuttx: change TCB_FLAG_MEM_CHECK to TCB_FLAG_HEAPCHECK 2022-08-02 10:46:44 +08:00
module
mqueue net: Ensure sendmsg and sendfile return -EAGAIN in case of timeout 2022-06-28 06:19:13 +03:00
paging
pthread sched: fix visual studio Compiler Warning (level 4) C4189 2022-08-17 10:00:20 +03:00
sched sched: Remove the not really used cmptime 2022-07-26 12:03:16 +03:00
semaphore Fix typos 2022-08-07 23:33:19 +08:00
signal
task sched/Makefile: move task_reparent.c to appropriate Makefile 2022-07-27 23:22:37 +08:00
timer sched/timer: timer_settime not fully satisfy IEEE 1003.1 2022-07-18 12:30:28 +08:00
tls Fix typos 2022-08-07 23:33:19 +08:00
wdog
wqueue
Kconfig sched/mqueue: configurable mqueue notification 2022-06-11 14:51:09 +08:00
Makefile