소스 검색

Fix clang -Wdeprecated

Renato Golin 13 년 전
부모
커밋
fe07cb544f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      system/mp/mpcomm.cpp

+ 1 - 1
system/mp/mpcomm.cpp

@@ -327,7 +327,7 @@ public:
 
     unsigned flush(CBufferQueueNotify &nfy)
     {
-        bool count = 0;
+        unsigned count = 0;
         CriticalBlock block(sect);
         ForEachQueueItemInRev(i,received) {
             if (nfy.notify(received.item(i))) {