From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 7B1E240372 for ; Sat, 22 Jan 2022 23:27:08 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 00CFF68AF88; Sun, 23 Jan 2022 01:27:05 +0200 (EET) Received: from mail-pf1-f172.google.com (mail-pf1-f172.google.com [209.85.210.172]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0697668AE64 for ; Sun, 23 Jan 2022 01:27:00 +0200 (EET) Received: by mail-pf1-f172.google.com with SMTP id n32so3212849pfv.11 for ; Sat, 22 Jan 2022 15:26:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=7SE4lB6U0FfOJrCsMxL+aV0uCcPkmd5Rph9l9Ew5WGs=; b=oBcWLzyqaBE+VuHRUqeZdjX3S6mUSW/iR/fQILpH6+K9Zt3HGM4m7UlAA7Qww8qLGu cgOvAOCt9Z4U3HjxO5CzTet0mxA5tSxpS1D0NKTZGgwJnZ1gWETXdFyKK1IwH7MnyG2S k0DG3ulj05PzdPubw8zz85H/3zjrUHSR6XcYLwjKFIs1Uul0PBLm+vlwjOQ4lQwdFro2 +1Rt9Rx5RHRyl+8yEqh+v961frFD/fx4hcayF8EkwrM871KSITFR/Ibu+X1bsJHqur8V AkxI1TrkCrSZAhaAiDQCcvTeBWIS79NbWoyToOeFRTQhowhzLRXteBhYdjonBvuMGOqg pR3A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=7SE4lB6U0FfOJrCsMxL+aV0uCcPkmd5Rph9l9Ew5WGs=; b=aOCjy58tLW6Y1UjCpnLnKr3w2/z0jAyi+dQcxSLM2u9hpno0IJdZ/lQSop+cn62Lvx 0xZ5iGcuuCwnzmD8De0ZcrKa1Z1O9EnGWzfNDXEW68ni9NUfgWgtCB11Tm9IL4nokCQW ndRau+i/OjJoOWBm8CuwxgmAmyYceEN5BVBy0kON9e19/SvQyEDY7npoCwi9GGv3Awf9 8Z6eAB0K7BWuWVqKIIlTguFiC66vqDvLmOqEjEWTktb0lZ5xan9zFuCM5pnjHFkRLCYy gS2VAKlLo/IVrJam5bQZzrrZsqtusYy0Vang7UabFiFrz4d4I9FwprXqyTw1/y101up1 OMVw== X-Gm-Message-State: AOAM530jA7CVFknH99d/24/aBP+RfOa1Meu9QTHH7KRcz79H1UJyJeqb swC9FziNimhVv+RZex+Aqriy5ibah5JYiAG7g+UEpRqcVoI= X-Google-Smtp-Source: ABdhPJxbvtXfv6oN4sNzUpSaum8q7WRqQSGDJlzhLagebq8gWjLsSp1GqttzUsdG2kuFKjrXA+1aoMXOAqDFU8ecg8E= X-Received: by 2002:a65:6d0a:: with SMTP id bf10mr3612565pgb.264.1642894018273; Sat, 22 Jan 2022 15:26:58 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Carl Eugen Hoyos Date: Sun, 23 Jan 2022 00:23:29 +0100 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH] libavutil/tests/md5: Avoid warnings X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Am Fr., 21. Jan. 2022 um 02:18 Uhr schrieb softworkz : > > From: softworkz > > Those are always showing up on Patchwork > when FATE tests are failing, covering > some possibly more useful information. > > Signed-off-by: softworkz > --- > libavutil/tests/md5: Avoid warnings > > Those are always showing up on Patchwork when FATE tests are failing, > covering some possibly more useful information. > > Published-As: https://github.com/ffstaging/FFmpeg/releases/tag/pr-ffstaging-20%2Fsoftworkz%2Fsubmit_md5-v1 > Fetch-It-Via: git fetch https://github.com/ffstaging/FFmpeg pr-ffstaging-20/softworkz/submit_md5-v1 > Pull-Request: https://github.com/ffstaging/FFmpeg/pull/20 > > libavutil/tests/md5.c | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/libavutil/tests/md5.c b/libavutil/tests/md5.c > index 42e4538e0a..1f27c40987 100644 > --- a/libavutil/tests/md5.c > +++ b/libavutil/tests/md5.c > @@ -33,8 +33,12 @@ int main(void) > { > uint8_t md5val[16]; > int i; > + > +#if defined(__clang__) && defined(__clang_major__) && __clang_major__ < 4 > volatile uint8_t in[1000]; // volatile to workaround http://llvm.org/bugs/show_bug.cgi?id=20849 > - // FIXME remove volatile once it has been fixed and all fate clients are updated I wonder if the volatile shouldn't just be removed after eight years. Carl Eugen _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".