浏览代码

Fix warning about unreachable code

Nathan Reed 8 年之前
父节点
当前提交
de080e6d0b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      stb_image_resize.h

+ 1 - 1
stb_image_resize.h

@@ -984,7 +984,7 @@ static int stbir__edge_wrap_slow(stbir_edge edge, int n, int max)
 
             return (m);
         }
-        return n;  // NOTREACHED
+        // NOTREACHED
 
     default:
         STBIR_ASSERT(!"Unimplemented edge type");