瀏覽代碼

compile: don't warn on old gcc versions

Andrei Pelinescu-Onciul 16 年之前
父節點
當前提交
18d2bb2c8a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler_opt.h

+ 1 - 1
compiler_opt.h

@@ -52,7 +52,7 @@
 
 #else /* __GNUC__ */
 
-#warning "No compiler optimizations supported try gcc 4.x"
+/* #warning "No compiler optimizations supported try gcc 4.x" */
 #define likely(expr) (expr)
 #define unlikely(expr) (expr)