J. Krieg bea436c7cc fb_generic: fix compile with '-Werror'
error caused by commit ca9c47b - fb_generic: use parameters as const ref, catch possible dimension error:
 /home/bellum/neutrino/bbs/source/gui-neutrino/src/driver/fb_generic.cpp: In member function ‘void CFrameBuffer::RestoreScreen(const int&, const int&, const int&, const int&, uint32_t*)’:
 /home/bellum/neutrino/bbs/source/gui-neutrino/src/driver/fb_generic.cpp:1536:9: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
 if (dx > xRes || dy > yRes)
  ^
 /home/bellum/neutrino/bbs-test/source/gui-neutrino/src/driver/fb_generic.cpp:1536:22: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
 if (dx > xRes || dy > yRes)
  ^
 cc1plus: all warnings being treated as errors


Origin commit data
------------------
Branch: ni/coolstream
Commit: fe8d126f0a
Author: J. Krieg <bellum07@googlemail.com>
Date: 2019-12-29 (Sun, 29 Dec 2019)

Origin message was:
------------------
fb_generic: fix compile with '-Werror'

error caused by commit ca9c47b - fb_generic: use parameters as const ref, catch possible dimension error:
 /home/bellum/neutrino/bbs/source/gui-neutrino/src/driver/fb_generic.cpp: In member function ‘void CFrameBuffer::RestoreScreen(const int&, const int&, const int&, const int&, uint32_t*)’:
 /home/bellum/neutrino/bbs/source/gui-neutrino/src/driver/fb_generic.cpp:1536:9: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
  if (dx > xRes || dy > yRes)
      ^
 /home/bellum/neutrino/bbs-test/source/gui-neutrino/src/driver/fb_generic.cpp:1536:22: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
  if (dx > xRes || dy > yRes)
            ^
 cc1plus: all warnings being treated as errors


------------------
This commit was generated by Migit
2019-12-29 23:06:12 +01:00
2019-11-09 12:07:41 +01:00
2019-04-24 13:49:02 +02:00
2019-04-16 23:42:51 +02:00
2019-08-25 22:48:27 +02:00
2019-04-24 13:33:34 +02:00

Neutrino-HD ツ

Languages
C++ 85%
C 12.5%
Shell 0.6%
Makefile 0.6%
M4 0.5%
Other 0.7%