From ccc8a31568b007c9109bb93488e9dac8a8fcf191 Mon Sep 17 00:00:00 2001 From: Dan Shick Date: Tue, 17 Mar 2020 09:28:39 -0400 Subject: [PATCH] Remove pipewire workarounds after upstream fix --- include/pipewire_screencast.h | 1 - include/screencast_common.h | 1 - meson.build | 1 - src/core/main.c | 1 - 4 files changed, 4 deletions(-) diff --git a/include/pipewire_screencast.h b/include/pipewire_screencast.h index 05fe6c9..5612ab8 100644 --- a/include/pipewire_screencast.h +++ b/include/pipewire_screencast.h @@ -2,7 +2,6 @@ #define PIPEWIRE_SCREENCAST_H #include -#include #include #include #include diff --git a/include/screencast_common.h b/include/screencast_common.h index f7d3cb8..ce78b6e 100644 --- a/include/screencast_common.h +++ b/include/screencast_common.h @@ -2,7 +2,6 @@ #define SCREENCAST_COMMON_H #include -#include #include #include #include diff --git a/meson.build b/meson.build index 78278b9..e2165c7 100644 --- a/meson.build +++ b/meson.build @@ -14,7 +14,6 @@ project( cc = meson.get_compiler('c') add_project_arguments(cc.get_supported_arguments([ - '-Wno-type-limits', '-Wno-missing-braces', '-Wno-missing-field-initializers', '-Wno-unused-parameter', diff --git a/src/core/main.c b/src/core/main.c index 40b0d20..3b66a39 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -3,7 +3,6 @@ #include #include #include -#include #include #include #include "xdpw.h"