Skip to content

Commit ee64c53

Browse files
committed
build: remove internal/protected build attribute checks
They're not necessary, and not always supported. We only need to know about hidden and default.
1 parent f36a40f commit ee64c53

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build-aux/m4/ax_gcc_func_attribute.m4

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,6 @@ AC_DEFUN([AX_GCC_FUNC_ATTRIBUTE], [
180180
[visibility], [
181181
int foo_def( void ) __attribute__(($1("default")));
182182
int foo_hid( void ) __attribute__(($1("hidden")));
183-
int foo_int( void ) __attribute__(($1("internal")));
184-
int foo_pro( void ) __attribute__(($1("protected")));
185183
],
186184
[warning], [
187185
int foo( void ) __attribute__(($1("")));

0 commit comments

Comments
 (0)