Преглед на файлове

Fix null conversion warning

Avoid this compilation warning:

    warning: implicit conversion of NULL constant to 'MIDIEntityRef' (aka 'unsigned int') [-Wnull-conversion]
andrew morton преди 11 години
родител
ревизия
9948f9be32
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      RtMidi.cpp

+ 1 - 1
RtMidi.cpp

@@ -653,7 +653,7 @@ CFStringRef EndpointName( MIDIEndpointRef endpoint, bool isExternal )
     CFRelease( str );
   }
 
-  MIDIEntityRef entity = NULL;
+  MIDIEntityRef entity = 0;
   MIDIEndpointGetEntity( endpoint, &entity );
   if ( entity == 0 )
     // probably virtual