From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 36D3DA051A; Fri, 17 Jan 2020 14:34:11 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 03FF82904; Fri, 17 Jan 2020 14:34:11 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id DC0BC1AFF for ; Fri, 17 Jan 2020 14:34:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1579268049; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IcjaIopgmWKUUAIyZh6mL1QjniVFtL06WcB+lNcmFHk=; b=VjvifwybYij0RKXG/6+i5gjV3KRo1ghHLQElTU4bN7MtwYHBGhRjGPoy936ku74+ommMKh OqSV3iTTf+B9LcOtgnoaBRsJLCdbsdsf9JeiV+OtvaPYp+tauobPa3L7UTip8XJwdm+rQQ jetKxZg16dwf98xQ1k7LPNF6vhE0b4I= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-257-DR1eaDWfPrqAiJT-3hB3_A-1; Fri, 17 Jan 2020 08:34:06 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 29ADE1854339; Fri, 17 Jan 2020 13:34:05 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (ovpn-124-121.rdu2.redhat.com [10.10.124.121]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3679D60F82; Fri, 17 Jan 2020 13:34:02 +0000 (UTC) From: Aaron Conole To: Bruce Richardson Cc: david.marchand@redhat.com, dev@dpdk.org References: <20200117104820.71403-1-bruce.richardson@intel.com> <20200117104820.71403-2-bruce.richardson@intel.com> <20200117132502.GA1714@bricha3-MOBL.ger.corp.intel.com> Date: Fri, 17 Jan 2020 08:34:01 -0500 In-Reply-To: <20200117132502.GA1714@bricha3-MOBL.ger.corp.intel.com> (Bruce Richardson's message of "Fri, 17 Jan 2020 13:25:02 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-MC-Unique: DR1eaDWfPrqAiJT-3hB3_A-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH 2/2] doc: pass "werror" setting through to doc build X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Bruce Richardson writes: > On Fri, Jan 17, 2020 at 08:16:55AM -0500, Aaron Conole wrote: >> Bruce Richardson writes: >>=20 >> > When werror is set for the build, we should pass that flag through to >> > sphinx so that it can flag warnings as errors too. >> > >> > Signed-off-by: Bruce Richardson >> > --- >>=20 >> I see that this actually works to generate the errors... BUT >>=20 >> if we merge this it will break the build. Can you also insert a patch >> to address the warning so that the series could be merged? >>=20 > > Ok, I didn't have any warnings in my setup, which is why I didn't see any > problems. I assume that the warnings are showing up in travis? Anywhere > else? I only saw them on Travis. > /Bruce