]> git.sesse.net Git - vlc/commit
Don't use enums. They are cool and all (the compiler even tells when one case is...
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 16 Dec 2007 15:12:51 +0000 (15:12 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 16 Dec 2007 15:12:51 +0000 (15:12 +0000)
commit0babda75f1d5df89261dc5fa4e98f57f3ef9de77
tree79ab6a255fd1b0b3a9201f114812b917c9ceafac
parent514ab9ef4abf5e361fed91424a3b2cc5ee2e530d
Don't use enums. They are cool and all (the compiler even tells when one case is missing in switch), but I don't want the compiler to assume as yet unassigned codepoints will not be used.
include/vlc_configuration.h
include/vlc_modules.h
src/modules/entry.c