• I
    Revert "kbuild: Add option to turn incompatible pointer check into error" · ca031745
    Ingo Molnar 提交于
    This reverts commit ef50c046.
    
    So adding -Werror=incompatible-pointer-types wasn't a bad idea, but it
    should really not be done in the scheduler tree: it exposes us to a
    number of pre-existing warnings (most of them harmless), now upgraded
    to build failures...
    
    This should be done via the kbuild tree.
    
    Cc: Daniel Wagner <daniel.wagner@bmw-carit.de>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Peter Zijlstra (Intel) <peterz@infradead.org>
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Cc: linux-rt-users@vger.kernel.org
    Cc: Boqun Feng <boqun.feng@gmail.com>
    Cc: Marcelo Tosatti <mtosatti@redhat.com>
    Cc: Steven Rostedt <rostedt@goodmis.org>
    Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
    Cc: Paolo Bonzini <pbonzini@redhat.com>
    Cc: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
    Cc: linux-kernel@vger.kernel.org
    ca031745
Makefile 53.7 KB