Xcode: Arriver avertissement “conversion implicite de type énumération UIDeviceOrientation”

Pleine avertissement:

Implicit conversion from enumeration type 'UIInterfaceOrientation' to different enumeration type 'UIDeviceOrientation'

Arriver sur la ligne:

[self orientationChanged:interfaceOrientation];

C'est la méthode:

- (void)orientationChanged:(UIInterfaceOrientation)interfaceOrientation 

Je ne peux pas vraiment comprendre d'où cet avertissement vient de.