Pārlūkot izejas kodu

compile: don't warn on old gcc versions

Andrei Pelinescu-Onciul 16 gadi atpakaļ
vecāks
revīzija
18d2bb2c8a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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)