user avatar
remove attribute where it does not apply
Trevor Hickey authored
```
gflags.h(226): warning: attribute "visibility" does not apply here
```

The visibility attribute applies to symbols like functions and variables. A definition of an enumeration type that doesn't contain a variable name doesn't create any symbols.
2e227c3d
Name Last commit Last update