• Trevor Hickey's avatar
    remove attribute where it does not apply · 2e227c3d
    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
gflags.h.in 29.8 KB