]> git.pld-linux.org Git - packages/mosh.git/blob - mosh-Werror.patch
- release 3 (by relup.sh)
[packages/mosh.git] / mosh-Werror.patch
1 --- mosh-1.3.2/src/terminal/terminalframebuffer.cc.orig 2017-12-15 21:34:01.064968374 +0100
2 +++ mosh-1.3.2/src/terminal/terminalframebuffer.cc      2017-12-15 21:34:05.881877497 +0100
3 @@ -52,7 +52,7 @@
4      fallback( false ),
5      wrap( false )
6  {
7 -  assert( false );
8 +//assert( false ); // this causes "uninitialized" warning on Cell() use in Raw()
9  }
10  
11  void Cell::reset( color_type background_color )
This page took 0.035116 seconds and 3 git commands to generate.