commit | fa7fc6b5fa143e755b74efef76dda5d8240fa0ce | [log] [tgz] |
---|---|---|
author | Miguel Flores Ruiz de Eguino <miguelfrde@fuchsia.infra.roller.google.com> | Fri Jun 21 18:11:08 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jun 21 11:12:51 2024 -0700 |
tree | 616a17a66d606866348fad264a098ab16456ac02 | |
parent | 70702597fb5a95479bec9d5979290bfd38a7bc30 [diff] |
[roll] Roll fuchsia [starnix] Fix dead code In a new roll of the toolchain this will be marked as dead code: ``` --> ../../src/starnix/kernel/vfs/dirent_sink.rs:79:7 | 79 | const DIRENT32_HEADER_SIZE: usize = mem::size_of::() - DIRENT32_PADDING_SIZE; | ^^^^^^^^^^^^^^^^^^^^ | = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]` error: struct `DirentSink32` is never constructed --> ../../src/starnix/kernel/vfs/dirent_sink.rs:205:12 | 205 | pub struct DirentSink32<'a> { | ^^^^^^^^^^^^ ``` Original-Bug: 342633927 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1069832 Original-Revision: eaa8268e14b2aa891a429351c969f215de86ccfd GitOrigin-RevId: c828a974576cb2161be6fc3e7d7ef23fa9b7ca89 Change-Id: Id95c6e292a31b13257949be8a36b74418a4aa434
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.