[roll] Roll third_party/openssh-portable [build] Suppress -Wunused-but-set-variable in openssh-portable

This patch suppresses -Wunused-but-set-variable warning in
openssh-portable third party code that does not comply with.

The code that causes the issue is as the following:
third_party/openssh-portable/kex.c:1172:14: error: variable 'i' set but
not used

Original-Bug: 96410
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/openssh-portable/+/663831
Original-Revision: bb9035e48e78e06498e4bf1471e1365b2c95269a
GitOrigin-RevId: dbf48db02b77cfc775ea7a44f70f6bba25fc0802
Change-Id: I0690b8009b276cd432c02bf416b26cd4dc9b5a4a
1 file changed
tree: 1beb8e813de4f44acc8812a949f14636fa8409b1
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.