Skip to content

Commit 7071226

Browse files
committedMay 16, 2019
WIP: cleanup FreeBSD
1 parent a7d3eb1 commit 7071226

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎libc-test/build.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -1572,12 +1572,9 @@ fn test_freebsd(target: &str) {
15721572
let x86 = target.contains("i686") || target.contains("x86_64");
15731573

15741574
let mut cfg = ctest::TestGenerator::new();
1575-
// FIXME: still necessary?
1575+
// Required for `getline`:
15761576
cfg.define("_WITH_GETLINE", None);
15771577

1578-
// FIXME: still necessary?
1579-
cfg.flag("-Wno-deprecated-declarations");
1580-
15811578
headers! { cfg:
15821579
"aio.h",
15831580
"arpa/inet.h",

0 commit comments

Comments
 (0)