Skip to content

Commit

Permalink
Removed unhandled case in switch warning cause
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Jul 11, 2012
1 parent 7b220bf commit a46a5cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shogun/kernel/Kernel.cpp
Expand Up @@ -773,6 +773,7 @@ void CKernel::list_kernel()
ENUM_CASE(C_POLY)
ENUM_CASE(C_BINNED_DOT)
ENUM_CASE(C_DIRECTOR_DOT)
ENUM_CASE(C_LATENT)
ENUM_CASE(C_ANY)
}

Expand Down

0 comments on commit a46a5cf

Please sign in to comment.