===> Building for nestopia-1.50nb22
  CXX      source/core/nestopia-NstAssert.o
CXX      source/core/nestopia-NstCartridgeInes.o
  CXX      source/core/nestopia-NstFile.o
  CXX      source/core/nestopia-NstVideoFilterxBR.o
  CXX      source/core/nestopia-NstVideoFilterNone.o
  CXX      source/core/nestopia-NstPatcherUps.o
  CXX      source/core/input/nestopia-NstInpTopRider.o
  CXX      source/core/input/nestopia-NstInpCrazyClimber.o
  CXX      source/core/input/nestopia-NstInpPowerGlove.o
source/core/input/NstInpPowerGlove.cpp:79:6: error: non-constant-expression cannot be narrowed from type 'Nes::uint' (aka 'unsigned int') to 'Nes::byte' (aka 'unsigned char') in initializer list [-Wc++11-narrowing]
                                        latch,
                                        ^~~~~
source/core/input/NstInpPowerGlove.cpp:79:6: note: insert an explicit cast to silence this issue
                                        latch,
                                        ^~~~~
                                        static_cast<byte>( )
source/core/input/NstInpPowerGlove.cpp:80:6: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'Nes::byte' (aka 'unsigned char') in initializer list [-Wc++11-narrowing]
                                        stream == ~0U ? 0xFF : stream,
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
source/core/input/NstInpPowerGlove.cpp:80:6: note: insert an explicit cast to silence this issue
                                        stream == ~0U ? 0xFF : stream,
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                        static_cast<byte>(           )
2 errors generated.
*** [source/core/input/nestopia-NstInpPowerGlove.o] Error code 1

bmake: stopped making "all" in /Users/pbulk/build/emulators/nestopia/work/nestopia-1.50
bmake: 1 error

bmake: stopped making "all" in /Users/pbulk/build/emulators/nestopia/work/nestopia-1.50
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/emulators/nestopia
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/emulators/nestopia