Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Building using cmake is resulting in following error: My gcc version is - gcc version 9.3.0 (Ubuntu 9.3.0-10ubuntu2) The error is - /home/linux/mbedtls/mbedtls/programs/ssl/ssl_context_info.c: In function ‘read_next_b64_code’: /home/linux/mbedtls/mbedtls/programs/ssl/ssl_context_info.c:384:16: error: comparison is always true due to limited range of data type [-Werror=type-limits] 384 | while( EOF != c ) This message appears as error while using cmake and as warning with make. This error is avoided by adding -Wno-type-limits to CMakeLists.txt. Signed-off-by: Nayna Jain <nayna@linux.ibm.com>
- Loading branch information