Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix gcc warning in posix port (#1098)
Fix warning from "gcc -Wsign-compare" in the file portable/ThirdParty/GCC/Posix/port.c since PTHREAD_STACK_MIN is used from system headers. Signed-off-by: Florian La Roche <[email protected]> Co-authored-by: Rahul Kar <[email protected]>