فهرست منبع

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)