ソースを参照

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)