From d6bd976b2456104a56f039ee5c5b83e82a5daa77 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Thu, 21 Mar 2019 12:15:45 +0100 Subject: build: Set specific compiler flags for SWIG target The compiler flags for the SWIG target were added to the global CMAKE_C_FLAGS used for the entire project. This sets the flags uniquely for the SWIG target. The eth has a similar case for the c99 flag. There was a lingering include in dev.c that was removed. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- src/lib/dev.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/dev.c') diff --git a/src/lib/dev.c b/src/lib/dev.c index 10b34e4e..6d5676af 100644 --- a/src/lib/dev.c +++ b/src/lib/dev.c @@ -26,8 +26,6 @@ #define _POSIX_C_SOURCE 200809L #endif -#include - #include "config.h" #include -- cgit v1.2.3