Skip to content
Snippets Groups Projects
Commit cfaf2b60 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

COMP: fix warnings about major()/minor() name conflicts (closes #883)

- major() and minor() are GNU macros in sys/sysmacros.h
  and generates warning on some systems (eg, Ubuntu 18.04)

  use getMajor() and getMinor() as method names instead.
parent 17a8b1b8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment