mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-01 00:45:29 +00:00
0069660958
Fixes two warnings of this type: ! src/lib/vfs/rump/vfs_rump.cc:214:52: warning: narrowing conversion of ! ‘(s.stat::st_mode & 64)’ from ‘__mode_t’ {aka ‘unsigned int’} to ‘bool’ ! [-Wnarrowing] ! ! 214 | .executable = (s.st_mode & S_IXUSR) }; ! | ~~~~~~~~~~~^~~~~~~~~~ Fixes #4160