Lines Matching refs:code
24 if( codes.find( code ) == codes.end() )
27 - switch( code ) {
28 + switch( static_cast<unsigned int>( code ) ) {
36 @@ -376,7 +376,7 @@ ArtUtility::utility_option( int code, bool& handled )
40 - switch( code ) {
41 + switch( static_cast<unsigned int> ( code ) ) {
49 @@ -632,7 +632,7 @@ ChapterUtility::utility_option( int code, bool& handled )
53 - switch( code ) {
54 + switch( static_cast<unsigned int> ( code ) ) {
62 @@ -189,7 +189,7 @@ FileUtility::utility_option( int code, bool& handled )
66 - switch( code ) {
67 + switch( static_cast<unsigned int>( code ) ) {
75 @@ -164,7 +164,7 @@ SubtitleUtility::utility_option( int code, bool& handled )
79 - switch( code ) {
80 + switch( static_cast<unsigned int>( code ) ) {
88 @@ -788,7 +788,7 @@ TrackUtility::utility_option( int code, bool& handled )
92 - switch( code ) {
93 + switch( static_cast<unsigned int>( code ) ) {