Skip to content
Snippets Groups Projects
Commit a6ae43ff authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

shells/ast-ksh: Mark BROKEN on 14

Fails to compile with:
error: incompatible function pointer types assigning to 'int (*)(wchar_t
*, const char *, size_t)' (aka 'int (*)(int *, const char *, unsigned
long)') from 'size_t (wchar_t *, const char *, size_t)' (aka 'unsigned
long (int *, const char *, unsigned long)')
[-Wincompatible-function-pointer-types]

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
parent e482bebb
Branches
Tags
No related merge requests found
......@@ -22,6 +22,7 @@ LICENSE= EPL
BROKEN_aarch64= Fails to compile: needs sbrk
BROKEN_riscv64= Fails to compile: ast-ksh93v/src/lib/libast/hash/hashalloc.c:162:4: non-const lvalue reference to type '__builtin_va_list' cannot bind to a temporary of type 'va_list'
BROKEN_FreeBSD_14= Fails to compilt: error: incompatible function pointer types assigning to 'int (*)(wchar_t *, const char *, size_t)' (aka 'int (*)(int *, const char *, unsigned long)') from 'size_t (wchar_t *, const char *, size_t)' (aka 'unsigned long (int *, const char *, unsigned long)') [-Wincompatible-function-pointer-types]
USES= compiler:c11
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment