Home | History | Annotate | Download | only in src

Lines Matching refs:unused

1000 ac_test attribute_unused '' 'for __attribute__((unused))' <<-'EOF'
1005 int main(int ac __attribute__((unused)), char **av
1006 __attribute__((unused))) { return (0); }