From 014bd41470af7f6ed0d6a1701891d4b5ac9b7f96 Mon Sep 17 00:00:00 2001 From: Evan Lojewski Date: Fri, 16 Oct 2020 23:19:35 -0600 Subject: printf: Cleanup various linting warnings. (#144) --- libs/printf/CMakeLists.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libs/printf/CMakeLists.txt') diff --git a/libs/printf/CMakeLists.txt b/libs/printf/CMakeLists.txt index bb4dca2..b95218f 100644 --- a/libs/printf/CMakeLists.txt +++ b/libs/printf/CMakeLists.txt @@ -1,10 +1,10 @@ ################################################################################ ### -### @file libs/Ethernet/CMakeLists.txt +### @file libs/printf/CMakeLists.txt ### -### @project +### @project bcm5719-fw ### -### @brief Ethernet CMake file +### @brief printf CMake file ### ################################################################################ ### @@ -52,6 +52,7 @@ SET(SOURCES ) add_definitions(-DPRINTF_DISABLE_SUPPORT_FLOAT -DPRINTF_DISABLE_SUPPORT_LONG_LONG) +set_source_files_properties(printf.c PROPERTIES COMPILE_DEFINITIONS "NO_FLINT") # Disable linting # Host Simulation library simulator_add_library(${PROJECT_NAME} STATIC ${SOURCES}) -- cgit v1.2.1