From patchwork Mon Aug 24 16:34:09 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Emil Velikov X-Patchwork-Id: 7065671 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 135A29F749 for ; Mon, 24 Aug 2015 16:30:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8983C20784 for ; Mon, 24 Aug 2015 16:30:34 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 074E620786 for ; Mon, 24 Aug 2015 16:30:31 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BFCCC72091; Mon, 24 Aug 2015 09:30:26 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by gabe.freedesktop.org (Postfix) with ESMTPS id BAF716E9EF for ; Mon, 24 Aug 2015 09:30:10 -0700 (PDT) Received: by wijp15 with SMTP id p15so83152998wij.0 for ; Mon, 24 Aug 2015 09:30:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=56dEEbewMluJIWvPLnPTxnq6SVUHgiPB/azRo1g6PnE=; b=e0zXytzlRo7DWQ2PKTlZL6eoLrZBFUYN/OCHbUla+ifc+q4ut6lVp84UpIAZdx/TIS 1JiwxA/z4vkoAahucbAbknmSKFWsvzGIAbO/d8nzfypu58BQu3pjQOUtBzMT3bImak04 IPnnPQaovYw6i/4sfn6lk39pm6PPYuMeV/Mh4uNMrcrcvYzGrq+DTbEEof3yao4qvP5P CMVs0FyGGvFlgi+Yqt+2A9FmnumiLB55BkYa84zvRpnpXEQvKyDIkMvABN5zYCvwynVC 6Z8mNmCwv9VWEOoMaV7VPD7Fu9OcTt+3IItafbvmZB970C+F4L9ywg4c0SyNhrZ+62N5 Uh4g== X-Received: by 10.194.93.198 with SMTP id cw6mr43088214wjb.113.1440433809375; Mon, 24 Aug 2015 09:30:09 -0700 (PDT) Received: from arch-x220.localdomain (cpc12-croy20-2-0-cust52.croy.cable.virginm.net. [82.44.54.53]) by smtp.gmail.com with ESMTPSA id ll1sm16885984wic.14.2015.08.24.09.30.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 24 Aug 2015 09:30:08 -0700 (PDT) From: Emil Velikov To: dri-devel@lists.freedesktop.org Subject: [PATCH libdrm 06/17] amdgpu: remove unneeded -Wno-switch-enum flag Date: Mon, 24 Aug 2015 17:34:09 +0100 Message-Id: <1440434060-31347-6-git-send-email-emil.l.velikov@gmail.com> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1440434060-31347-1-git-send-email-emil.l.velikov@gmail.com> References: <1440434060-31347-1-git-send-email-emil.l.velikov@gmail.com> Cc: emil.l.velikov@gmail.com X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Emil Velikov Reviewed-by: Alex Deucher --- amdgpu/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amdgpu/Makefile.am b/amdgpu/Makefile.am index 37f7198..cf7bc1b 100644 --- a/amdgpu/Makefile.am +++ b/amdgpu/Makefile.am @@ -25,7 +25,7 @@ include Makefile.sources AM_CFLAGS = \ - $(WARN_CFLAGS) -Wno-switch-enum \ + $(WARN_CFLAGS) \ -I$(top_srcdir) \ $(PTHREADSTUBS_CFLAGS) \ -I$(top_srcdir)/include/drm