There may be a difference if you try to take the address static const int. In this case, the compiler will generate storage for static const int. You cannot take an address enum, and the compiler will never generate storage for it.
. - Enum Hack Static Const