9348 mii: duplicate 'const' declaration specifier

Review Request #996 — Created March 25, 2018 and submitted

tsoome
illumos-gate
9348
194c47b...
general
../../common/io/mii/mii.c:74:14: error: duplicate 'const' declaration specifier [-Werror=duplicate-decl-specifier]
 static const const char *mii_xcvr_types[] = {
              ^~~~~
cc1: all warnings being treated as errors


andy_js
  1. Ship It!
  2. 
      
richlowe
  1. Seems like this one really could have meant const *const?

    1. yes, i meant to change both to const * const, but somehow missed second one.

  2. 
      
tsoome
yuripv
  1. Ship It!
  2. 
      
tsoome
Review request changed

Status: Closed (submitted)

Loading...