Makefile: ignore warnings in OpenCV headers
authorAntonio Ospite <ao2@ao2.it>
Sat, 10 Oct 2020 17:01:56 +0000 (19:01 +0200)
committerAntonio Ospite <ao2@ao2.it>
Sat, 10 Oct 2020 17:01:56 +0000 (19:01 +0200)
commit648650d64c6777240f5e9e8ba5b005e7b6f415c3
tree52ffd8737489025a0266688640799eb34733cdbd
parent9c0fa72ef05f2cc8dde373376b733b6b67e76e97
Makefile: ignore warnings in OpenCV headers

OpenCV header files were triggering a lot of warnings because of the
strict compiler flags set for the project.

Instead of disabling the warnings treat the OpenCV headers as system
dependencies, this way the compiler will ignore warnings on them but
will still apply the warnings to the project code.
Makefile