Remove unecessarily disabling a warning on FreeBSD

This commit is contained in:
gnzlbg 2019-05-16 09:17:26 +02:00
parent 3ac67ebcf7
commit 9183c00f7e
1 changed files with 1 additions and 4 deletions

View File

@ -1572,12 +1572,9 @@ fn test_freebsd(target: &str) {
let x86 = target.contains("i686") || target.contains("x86_64");
let mut cfg = ctest::TestGenerator::new();
// FIXME: still necessary?
// Required for `getline`:
cfg.define("_WITH_GETLINE", None);
// FIXME: still necessary?
cfg.flag("-Wno-deprecated-declarations");
headers! { cfg:
"aio.h",
"arpa/inet.h",