From patchwork Thu Jun 29 10:14:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kent Gibson X-Patchwork-Id: 697812 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8C6EAEB64DC for ; Thu, 29 Jun 2023 10:15:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231778AbjF2KPr (ORCPT ); Thu, 29 Jun 2023 06:15:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49804 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231726AbjF2KPO (ORCPT ); Thu, 29 Jun 2023 06:15:14 -0400 Received: from mail-pl1-x632.google.com (mail-pl1-x632.google.com [IPv6:2607:f8b0:4864:20::632]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1A7ED10F for ; Thu, 29 Jun 2023 03:15:12 -0700 (PDT) Received: by mail-pl1-x632.google.com with SMTP id d9443c01a7336-1b8303cd32aso4328325ad.2 for ; Thu, 29 Jun 2023 03:15:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1688033711; x=1690625711; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=nfzvLhGFR2gpzEGeSCGgmzy7SXc9XSjXyD4CdFPRIpM=; b=BptoxjldIipk40vmM/6b/ePeav2rHmReGrSoPjiNjEq+qa2IhI/yqNbl0yvOGRIe6Z j3xrIvrXl+ycRdTQ5QbsH7loXcVAMQSyqStSy5X8OegcJ4s4dnqgkVn/FCFo/l8pOi/3 v4rgjNtD68BwRsn+uckbiGl3ISluS+h3VVE3JzaRTQej+/2CLfuItSewYlqG958qCZnu T7R0vwq4OGm238Klnoxm4ZGDILzMtAkK7bg3fbzYeNjrL91TGl3GBLR8PprA2vyLSbRD V13FLsSh+p/fgrR3b7XT9688Nb7C/snZ77IUF1cFmLFd3S+ZrFTOHf52NQ6jppDd6GcY xDeQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688033711; x=1690625711; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=nfzvLhGFR2gpzEGeSCGgmzy7SXc9XSjXyD4CdFPRIpM=; b=ilKnrHY45LwkudyBJGWQ95/+jXMgXbwsUoHS91lExhIq3PZMt2PZThhL7M0p0Gt2rj 3IOAIQ9oG8yIDt3RfduefGkvfEvPQNnEemsuo9sseR8pzYsKZcvbd/uW+lx9vd2RHSib 30VD7CoB9VOExqMpxmxdKV9xIoCIOARANe0Arcmyn2/PORYj8c/thpZBIQBnw0fPsJPZ KUu4fsrjxhlIHzlDNcpCdouMPt7nlj4v4RjuZOQFG0MZCH6X07Pxf6rhkpCVs+vGkis2 v9ZGsWnmmzALMlSXqnEw2bKXD0RC67ivRim2ayKQdzxsPw7mrVgNYhZNz5jT5w27LvJF Lb8g== X-Gm-Message-State: AC+VfDyMITP5wtLTc2lraAx+cqhEAbLc2RhpZ/pnUG+AwrgBpgxMNkCa fVQNNbbZo4O4GjomKrZ7jSv4jJE9izU= X-Google-Smtp-Source: ACHHUZ6Sy6OmRCKVEVs5M2GQobu8996nHdtkS00Tm02nJkQ8jrSimussRG1twSGZ4pvlkzQ2hO4vyQ== X-Received: by 2002:a17:902:8ec3:b0:1b8:3e15:46a1 with SMTP id x3-20020a1709028ec300b001b83e1546a1mr3807157plo.67.1688033710924; Thu, 29 Jun 2023 03:15:10 -0700 (PDT) Received: from sol.home.arpa (194-223-178-180.tpgi.com.au. [194.223.178.180]) by smtp.gmail.com with ESMTPSA id u13-20020a170902a60d00b001b7f71ec608sm7394249plq.155.2023.06.29.03.15.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 29 Jun 2023 03:15:10 -0700 (PDT) From: Kent Gibson To: linux-gpio@vger.kernel.org, brgl@bgdev.pl Cc: Kent Gibson Subject: [libgpiod][PATCH 0/2] minor build warning fixes Date: Thu, 29 Jun 2023 18:14:53 +0800 Message-ID: <20230629101455.127795-1-warthog618@gmail.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Fixes for a couple of minor warnings reported when building with a fresh OS install. The first fixes another typo in the examples makefile. The second fixes another warning that is emitted by recent rust. I note that with a fresh/minimal OS install the rust bindings still fail to build due to a missing dependency on libclang and clang headers, but that isn't tested for by configure - it fails during the build. Kent Gibson (2): examples: fix typo in Makefile.am bindings: rust: fix unclear resolver warning bindings/rust/Cargo.toml | 2 ++ examples/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-)