From: Antonio Ospite <ao2@ao2.it>
Date: Wed, 29 Jun 2016 17:32:29 +0000 (+0200)
Subject: src/CMakeLists.txt: fix a compilation warning about _BSD_SOURCE deprecation
X-Git-Tag: v0.1.7~39
X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/2e84fd6b3f5aca431b34b4b8eda536f1cedec930?hp=2e84fd6b3f5aca431b34b4b8eda536f1cedec930

src/CMakeLists.txt: fix a compilation warning about _BSD_SOURCE deprecation

Fix this warning from recent compilers:
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
---