Explorar o código

compile: don't warn on old gcc versions

Andrei Pelinescu-Onciul %!s(int64=16) %!d(string=hai) anos
pai
achega
18d2bb2c8a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)