From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 78B82138334 for ; Thu, 2 Jan 2020 20:27:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C24C4E0207; Thu, 2 Jan 2020 20:27:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A92F7E0207 for ; Thu, 2 Jan 2020 20:27:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87A0A34DDEE for ; Thu, 2 Jan 2020 20:27:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 420C317 for ; Thu, 2 Jan 2020 20:27:53 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1577996865.deec7fe6c3159a04e6d65b1823bbe39c923ddd17.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: main.c X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: deec7fe6c3159a04e6d65b1823bbe39c923ddd17 X-VCS-Branch: master Date: Thu, 2 Jan 2020 20:27:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 82adafd4-e0c7-4e1d-ac8e-3abcdd7d9555 X-Archives-Hash: 33d291aaa20eb7a11756052755cbd1a7 commit: deec7fe6c3159a04e6d65b1823bbe39c923ddd17 Author: Fabian Groffen gentoo org> AuthorDate: Thu Jan 2 20:27:45 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Jan 2 20:27:45 2020 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=deec7fe6 main: try to clear a warning on Travis platform Signed-off-by: Fabian Groffen gentoo.org> main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index c6ef973..9068102 100644 --- a/main.c +++ b/main.c @@ -641,7 +641,7 @@ read_one_repos_conf(const char *repos_conf, char **primary) char *repo; char *buf = NULL; size_t buf_len = 0; - char *s; + char *s = NULL; /* pacify compiler */ char *p; char *q; char *r;