Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minijail: Fix -Wrange-loop-construct warning.
ToT clang is issuing following warnings: loop variable 'profile' of type <snip> creates a copy from type <snip> [-Werror,-Wrange-loop-construct] Use reference type to silence the copy warning. BUG=chromium:1055905 TEST=No more warning. Change-Id: Iee9edebf07ed831b83d4360b1d3d8b803803ba83
- Loading branch information