Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- target thumb C++: libsurfaceflinger <= frameworks/native/services/surfaceflinger/FrameTracker.cpp
- frameworks/native/services/sensorservice/SensorService.cpp: In member function 'virtual void android::SensorService::onFirstRef()':
- frameworks/native/services/sensorservice/SensorService.cpp:162:50: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- for (int i = 0; i < mSensorList.size(); ++i) {
- ^
- frameworks/native/services/sensorservice/SensorService.cpp: In member function 'android::status_t android::SensorService::SensorEventConnection::sendEvents(const sensors_event_t*, size_t, sensors_event_t*, const android::SensorService::SensorEventConnection* const*)':
- frameworks/native/services/sensorservice/SensorService.cpp:1245:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- if (mCacheSize + count <= mMaxCacheSize) {
- ^
- frameworks/native/services/sensorservice/SensorService.cpp:1251:64: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- if (mCacheSize + count < computeMaxCacheSizeLocked()) {
- ^
- target thumb C++: libsurfaceflinger <= frameworks/native/services/surfaceflinger/Layer.cpp
- In file included from frameworks/native/services/surfaceflinger/EventControlThread.cpp:18:
- In file included from frameworks/native/services/surfaceflinger/SurfaceFlinger.h:57:
- frameworks/native/services/surfaceflinger/DisplayHardware/HWComposer.h:219:16: warning: struct 'HWComposer' was previously declared as a class [-Wmismatched-tags]
- friend struct HWComposer;
- ^
- frameworks/native/services/surfaceflinger/DisplayHardware/HWComposer.h:58:7: note: previous use is here
- class HWComposer
- ^
- 1 warning generated.
- In file included from frameworks/native/services/surfaceflinger/Client.cpp:26:
- In file included from frameworks/native/services/surfaceflinger/Layer.h:42:
- In file included from frameworks/native/services/surfaceflinger/SurfaceFlinger.h:57:
- frameworks/native/services/surfaceflinger/DisplayHardware/HWComposer.h:219:16: warning: struct 'HWComposer' was previously declared as a class [-Wmismatched-tags]
- friend struct HWComposer;
- ^
- frameworks/native/services/surfaceflinger/DisplayHardware/HWComposer.h:58:7: note: previous use is here
- class HWComposer
- ^
- 1 warning generated.
- In file included from frameworks/native/services/surfaceflinger/DisplayDevice.cpp:35:
- frameworks/native/services/surfaceflinger/DisplayHardware/HWComposer.h:219:16: warning: struct 'HWComposer' was previously declared as a class [-Wmismatched-tags]
- friend struct HWComposer;
- ^
- frameworks/native/services/surfaceflinger/DisplayHardware/HWComposer.h:58:7: note: previous use is here
- class HWComposer
- ^
- In file included from frameworks/native/services/surfaceflinger/DisplayDevice.cpp:39:
- frameworks/native/services/surfaceflinger/DisplayDevice.h:40:1: warning: class 'DisplayInfo' was previously declared as a struct [-Wmismatched-tags]
- class DisplayInfo;
- ^
- frameworks/native/include/ui/DisplayInfo.h:28:8: note: previous use is here
- struct DisplayInfo {
- ^
- frameworks/native/services/surfaceflinger/DisplayDevice.h:40:1: note: did you mean struct here?
- class DisplayInfo;
- ^~~~~
- struct
- 2 warnings generated.
- In file included from frameworks/native/services/surfaceflinger/EventThread.cpp:33:
- In file included from frameworks/native/services/surfaceflinger/SurfaceFlinger.h:57:
- frameworks/native/services/surfaceflinger/DisplayHardware/HWComposer.h:219:16: warning: struct 'HWComposer' was previously declared as a class [-Wmismatched-tags]
- friend struct HWComposer;
- ^
- frameworks/native/services/surfaceflinger/DisplayHardware/HWComposer.h:58:7: note: previous use is here
- class HWComposer
- ^
- 1 warning generated.
- target thumb C++: libsurfaceflinger <= frameworks/native/services/surfaceflinger/LayerDim.cpp
- target thumb C++: libsurfaceflinger <= frameworks/native/services/surfaceflinger/MessageQueue.cpp
- target thumb C++: libsurfaceflinger <= frameworks/native/services/surfaceflinger/MonitoredProducer.cpp
- target thumb C++: libsurfaceflinger <= frameworks/native/services/surfaceflinger/SurfaceFlinger.cpp
- target thumb C++: libsurfaceflinger <= frameworks/native/services/surfaceflinger/SurfaceFlingerConsumer.cpp
- target thumb C++: libsurfaceflinger <= frameworks/native/services/surfaceflinger/Transform.cpp
- In file included from frameworks/native/services/surfaceflinger/Layer.cpp:42:
- In file included from frameworks/native/services/surfaceflinger/Layer.h:42:
- In file included from frameworks/native/services/surfaceflinger/SurfaceFlinger.h:57:
- frameworks/native/services/surfaceflinger/DisplayHardware/HWComposer.h:219:16: warning: struct 'HWComposer' was previously declared as a class [-Wmismatched-tags]
- friend struct HWComposer;
- ^
- frameworks/native/services/surfaceflinger/DisplayHardware/HWComposer.h:58:7: note: previous use is here
- class HWComposer
- ^
- frameworks/native/services/surfaceflinger/Layer.cpp:622:43: error: use of undeclared identifier 'HWC_BLIT'
- layer.getCompositionType() == HWC_BLIT) {
- ^
- 1 warning and 1 error generated.
- build/core/binary.mk:617: recipe for target '/home/lovejoy777/android/slimpop/out/target/product/otterx/obj/SHARED_LIBRARIES/libsurfaceflinger_intermediates/Layer.o' failed
- make: *** [/home/lovejoy777/android/slimpop/out/target/product/otterx/obj/SHARED_LIBRARIES/libsurfaceflinger_intermediates/Layer.o] Error 1
- make: *** Waiting for unfinished jobs....
- In file included from frameworks/native/services/surfaceflinger/MonitoredProducer.cpp:19:
- In file included from frameworks/native/services/surfaceflinger/SurfaceFlinger.h:57:
- frameworks/native/services/surfaceflinger/DisplayHardware/HWComposer.h:219:16: warning: struct 'HWComposer' was previously declared as a class [-Wmismatched-tags]
- friend struct HWComposer;
- ^
- frameworks/native/services/surfaceflinger/DisplayHardware/HWComposer.h:58:7: note: previous use is here
- class HWComposer
- ^
- 1 warning generated.
- In file included from frameworks/native/services/surfaceflinger/LayerDim.cpp:26:
- In file included from frameworks/native/services/surfaceflinger/LayerDim.h:23:
- In file included from frameworks/native/services/surfaceflinger/Layer.h:42:
- In file included from frameworks/native/services/surfaceflinger/SurfaceFlinger.h:57:
- frameworks/native/services/surfaceflinger/DisplayHardware/HWComposer.h:219:16: warning: struct 'HWComposer' was previously declared as a class [-Wmismatched-tags]
- friend struct HWComposer;
- ^
- frameworks/native/services/surfaceflinger/DisplayHardware/HWComposer.h:58:7: note: previous use is here
- class HWComposer
- ^
- In file included from frameworks/native/services/surfaceflinger/LayerDim.cpp:26:
- frameworks/native/services/surfaceflinger/LayerDim.h:39:18: warning: 'android::LayerDim::isOpaque' hides overloaded virtual function [-Woverloaded-virtual]
- virtual bool isOpaque() const { return false; }
- ^
- frameworks/native/services/surfaceflinger/Layer.h:163:18: note: hidden overloaded virtual function 'android::Layer::isOpaque' declared here: different number of parameters (1 vs 0)
- virtual bool isOpaque(const Layer::State& s) const;
- ^
- 2 warnings generated.
- In file included from frameworks/native/services/surfaceflinger/MessageQueue.cpp:32:
- In file included from frameworks/native/services/surfaceflinger/SurfaceFlinger.h:57:
- frameworks/native/services/surfaceflinger/DisplayHardware/HWComposer.h:219:16: warning: struct 'HWComposer' was previously declared as a class [-Wmismatched-tags]
- friend struct HWComposer;
- ^
- frameworks/native/services/surfaceflinger/DisplayHardware/HWComposer.h:58:7: note: previous use is here
- class HWComposer
- ^
- 1 warning generated.
- In file included from frameworks/native/services/surfaceflinger/SurfaceFlinger.cpp:67:
- frameworks/native/services/surfaceflinger/DisplayDevice.h:40:1: warning: class 'DisplayInfo' was previously declared as a struct [-Wmismatched-tags]
- class DisplayInfo;
- ^
- frameworks/native/include/ui/DisplayInfo.h:28:8: note: previous use is here
- struct DisplayInfo {
- ^
- frameworks/native/services/surfaceflinger/DisplayDevice.h:40:1: note: did you mean struct here?
- class DisplayInfo;
- ^~~~~
- struct
- In file included from frameworks/native/services/surfaceflinger/SurfaceFlinger.cpp:71:
- In file included from frameworks/native/services/surfaceflinger/Layer.h:42:
- In file included from frameworks/native/services/surfaceflinger/SurfaceFlinger.h:57:
- frameworks/native/services/surfaceflinger/DisplayHardware/HWComposer.h:219:16: warning: struct 'HWComposer' was previously declared as a class [-Wmismatched-tags]
- friend struct HWComposer;
- ^
- frameworks/native/services/surfaceflinger/DisplayHardware/HWComposer.h:58:7: note: previous use is here
- class HWComposer
- ^
- In file included from frameworks/native/services/surfaceflinger/SurfaceFlinger.cpp:72:
- frameworks/native/services/surfaceflinger/LayerDim.h:39:18: warning: 'android::LayerDim::isOpaque' hides overloaded virtual function [-Woverloaded-virtual]
- virtual bool isOpaque() const { return false; }
- ^
- frameworks/native/services/surfaceflinger/Layer.h:163:18: note: hidden overloaded virtual function 'android::Layer::isOpaque' declared here: different number of parameters (1 vs 0)
- virtual bool isOpaque(const Layer::State& s) const;
- ^
- In file included from frameworks/native/services/surfaceflinger/SurfaceFlinger.cpp:77:
- frameworks/native/services/surfaceflinger/DisplayHardware/VirtualDisplaySurface.h:90:18: warning: 'android::VirtualDisplaySurface::dump' hides overloaded virtual function [-Woverloaded-virtual]
- virtual void dump(String8& result) const;
- ^
- frameworks/native/include/binder/Binder.h:35:25: note: hidden overloaded virtual function 'android::BBinder::dump' declared here: different number of parameters (2 vs 1)
- virtual status_t dump(int fd, const Vector<String16>& args);
- ^
- frameworks/native/services/surfaceflinger/SurfaceFlinger.cpp:635:61: warning: unused parameter 'display' [-Wunused-parameter]
- status_t SurfaceFlinger::getDisplayStats(const sp<IBinder>& display,
- ^
- frameworks/native/services/surfaceflinger/SurfaceFlinger.cpp:686:35: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned int') [-Wsign-compare]
- if(mMode < 0 || mMode >= configs.size()) {
- ~~~~~ ^ ~~~~~~~~~~~~~~
- frameworks/native/services/surfaceflinger/SurfaceFlinger.cpp:1778:51: warning: unused parameter 'dpy' [-Wunused-parameter]
- void SurfaceFlinger::computeVisibleRegions(size_t dpy,
- ^
- frameworks/native/services/surfaceflinger/SurfaceFlinger.cpp:2155:58: error: use of undeclared identifier 'HWC_BLIT'
- if (cur->getCompositionType() != HWC_BLIT)
- ^
- frameworks/native/services/surfaceflinger/SurfaceFlinger.cpp:2255:26: error: use of undeclared identifier 'HWC_BLIT'
- case HWC_BLIT:
- ^
- frameworks/native/services/surfaceflinger/SurfaceFlinger.cpp:3535:26: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'const uint32_t' (aka 'const unsigned int') [-Wsign-compare]
- if (sourceCrop.right > hw_w) {
- ~~~~~~~~~~~~~~~~ ^ ~~~~
- frameworks/native/services/surfaceflinger/SurfaceFlinger.cpp:3541:27: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'const uint32_t' (aka 'const unsigned int') [-Wsign-compare]
- if (sourceCrop.bottom > hw_h) {
- ~~~~~~~~~~~~~~~~~ ^ ~~~~
- 9 warnings and 2 errors generated.
- build/core/binary.mk:617: recipe for target '/home/lovejoy777/android/slimpop/out/target/product/otterx/obj/SHARED_LIBRARIES/libsurfaceflinger_intermediates/SurfaceFlinger.o' failed
- make: *** [/home/lovejoy777/android/slimpop/out/target/product/otterx/obj/SHARED_LIBRARIES/libsurfaceflinger_intermediates/SurfaceFlinger.o] Error 1
- lovejoy777@alien:~/android/slimpop$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement