From 8836d81fc0178c856469c1f2a5c7e5cd3d2e928b Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Fri, 9 Sep 2011 14:52:05 +0200 Subject: [PATCH] Disable flymake for now Does not seem to work with out-of-source builds --- src/bisection-example-new.cc | 2 +- src/mynonlinearity.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bisection-example-new.cc b/src/bisection-example-new.cc index 4ac1d42e..f5bc2f02 100644 --- a/src/bisection-example-new.cc +++ b/src/bisection-example-new.cc @@ -1,4 +1,4 @@ -/* -*- mode:c++; mode: flymake; mode:semantic -*- */ +/* -*- mode:c++; mode:semantic -*- */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/mynonlinearity.cc b/src/mynonlinearity.cc index 4fe2eb5e..db756cbb 100644 --- a/src/mynonlinearity.cc +++ b/src/mynonlinearity.cc @@ -1,4 +1,4 @@ -/* -*- mode:c++; mode: flymake; mode:semantic -*- */ +/* -*- mode:c++; mode:semantic -*- */ #ifdef HAVE_CONFIG_H #include "config.h" -- GitLab