public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jon TURNEY <jturney@sourceware.org>
To: cygwin-apps-cvs@sourceware.org
Subject: [setup - the official Cygwin setup program] branch master, updated. release_2.917
Date: Mon, 24 Jan 2022 19:23:04 +0000 (GMT)	[thread overview]
Message-ID: <20220124192304.8512E3858D3C@sourceware.org> (raw)




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=b41697a3adf8a0eb066be6206d7d38ee6272dfc1

commit b41697a3adf8a0eb066be6206d7d38ee6272dfc1
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Mon Jan 24 19:19:46 2022 +0000

    Only show deprecation warning once if we're going to elevate


Diff:
---
 main.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.cc b/main.cc
index a48ee423..9d1f419d 100644
--- a/main.cc
+++ b/main.cc
@@ -339,7 +339,7 @@ WinMain (HINSTANCE h,
       }
 
     /* Warn if Windows version is deprecated for Cygwin */
-    if (!DeprecatedOption)
+    if (!DeprecatedOption && !elevate)
       {
         if
 #ifdef _X86_



             reply	other threads:[~2022-01-24 19:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-24 19:23 Jon TURNEY [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-01-24 17:58 Jon TURNEY

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220124192304.8512E3858D3C@sourceware.org \
    --to=jturney@sourceware.org \
    --cc=cygwin-apps-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).