diff options
| author | Evan Lojewski <github@meklort.com> | 2020-11-08 09:12:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-08 09:12:44 -0700 |
| commit | 3ae918c8115b0496b98a978ffe2a64bd2d078f64 (patch) | |
| tree | b17cfc3c8f668a5a25d89175e678fd0853058887 /libs/Network | |
| parent | e86f52c7073e3ce983c5e7e93286eb9a73fd8ba8 (diff) | |
| download | bcm5719-ortega-3ae918c8115b0496b98a978ffe2a64bd2d078f64.tar.gz bcm5719-ortega-3ae918c8115b0496b98a978ffe2a64bd2d078f64.zip | |
build: Enable linting checkes (#165)
* build: Enable linting with wrapper.
* build: Disable lint errors on libs/Network and stage1 until fixed.
Diffstat (limited to 'libs/Network')
| -rw-r--r-- | libs/Network/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/Network/CMakeLists.txt b/libs/Network/CMakeLists.txt index e3c488a..fb78bf6 100644 --- a/libs/Network/CMakeLists.txt +++ b/libs/Network/CMakeLists.txt @@ -69,3 +69,6 @@ format_target_sources(${PROJECT_NAME}) # add_subdirectory(tests) ADD_ENDIANNESS_DEFINES(${PROJECT_NAME}) + +# Disable errors due to linting until all isssues are fixed. +target_compile_definitions(${PROJECT_NAME}-arm PRIVATE "-DNO_FLINT_ERRORS") |

