about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorKane York <kanepyork@gmail.com>2020-11-27T01·25-0800
committerkanepyork <rikingcoding@gmail.com>2020-11-27T18·34+0000
commit5fb58e23deb28e2060500d347d402c2f48386691 (patch)
tree2734cdc316bb8ff37bb331512a645be97109355e /docs
parent35bd980bd12393e3cf3796d2d6b435cd0d0ab189 (diff)
fix(tvix): make unsigned conversion explicit r/1930
Implicit signedness conversion was causing warnings. Perform a static_cast; this value should never be out of range.

third_party/nix/src/libmain/shared.cc:310:12: warning: narrowing conversion from 'unsigned int' to signed type 'int' is implementation-defined [bugprone-narrowing-conversions]

Change-Id: I34fe53d186ae33f970147135bbe3894fb39a0ec7
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2156
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Reviewed-by: glittershark <grfn@gws.fyi>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions