Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. /home/boud/dev/krita/plugins/extensions/pykrita/plugin/version_checker.h:156:13: warning: In the GNU C Library, "major" is defined
  2. by <sys/sysmacros.h>. For historical compatibility, it is
  3. currently defined by <sys/types.h> as well, but we plan to
  4. remove this soon. To use "major", include <sys/sysmacros.h>
  5. directly. If you did not intend to use a system-defined macro
  6. "major", you should undefine it after including <sys/types.h>.
  7. /home/boud/dev/krita/plugins/extensions/pykrita/plugin/version_checker.h:157:13: warning: In the GNU C Library, "minor" is defined
  8. by <sys/sysmacros.h>. For historical compatibility, it is
  9. currently defined by <sys/types.h> as well, but we plan to
  10. remove this soon. To use "minor", include <sys/sysmacros.h>
  11. directly. If you did not intend to use a system-defined macro
  12. "minor", you should undefine it after including <sys/types.h>.
  13. && left.minor() == right.minor()
  14. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement