Advertisement
deadman96385

Untitled

Dec 13th, 2015
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. hardware/samsung_slsi-cm/exynos5/libgscaler/libgscaler_obj.cpp:42:44: error: 'PFX_GSC_VIDEODEV_ENTITY1' was not declared in this scope
  2. snprintf(devname, sizeof(devname), PFX_GSC_VIDEODEV_ENTITY1);
  3. ^
  4. hardware/samsung_slsi-cm/exynos5/libgscaler/libgscaler_obj.cpp:42:33: warning: argument to 'sizeof' in 'int snprintf(char*, size_t, const char*, ...)' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess]
  5. snprintf(devname, sizeof(devname), PFX_GSC_VIDEODEV_ENTITY1);
  6. ^
  7. hardware/samsung_slsi-cm/exynos5/libgscaler/libgscaler_obj.cpp:45:44: error: 'PFX_GSC_VIDEODEV_ENTITY2' was not declared in this scope
  8. snprintf(devname, sizeof(devname), PFX_GSC_VIDEODEV_ENTITY2);
  9. ^
  10. hardware/samsung_slsi-cm/exynos5/libgscaler/libgscaler_obj.cpp:45:33: warning: argument to 'sizeof' in 'int snprintf(char*, size_t, const char*, ...)' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess]
  11. snprintf(devname, sizeof(devname), PFX_GSC_VIDEODEV_ENTITY2);
  12. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement