]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/automated/data/flymake/Makefile: Comment.
authorGlenn Morris <rgm@gnu.org>
Tue, 16 Dec 2014 03:30:50 +0000 (19:30 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 16 Dec 2014 03:30:50 +0000 (19:30 -0800)
test/automated/data/flymake/Makefile

index a92db78b46fbed6c697d2a4583fc23f68ee107ea..0f3f39791c82700024d03448a6647f1d541f9a24 100644 (file)
@@ -2,9 +2,11 @@
 
 CC_OPTS = -Wall
 
-## Recent gcc's (e.g. 4.8.2 on RHEL7) can automatically colorize their output,
+## Recent gcc (e.g. 4.8.2 on RHEL7) can automatically colorize their output,
 ## which can confuse flymake.  Set GCC_COLORS to disable that.
-## TODO is this something that should be fixed in flymake?
+## This only seems to be an issue in batch mode, where you would not
+## normally use flymake, so it seems like just avoiding the issue
+## in this test is fine.  Set flymake-log-level to 3 to investigate.
 check-syntax:
        GCC_COLORS= $(CC) $(CC_OPTS) ${CHK_SOURCES}