lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 4f05707 08/10: Omit unhelpful file name and l


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 4f05707 08/10: Omit unhelpful file name and line number from a warning
Date: Mon, 6 Feb 2017 04:10:56 +0000 (UTC)

branch: master
commit 4f05707e95bc18011585c5d846800c3931b20018
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Omit unhelpful file name and line number from a warning
---
 input_sequence_entry.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/input_sequence_entry.cpp b/input_sequence_entry.cpp
index 1c17374..5af7f86 100644
--- a/input_sequence_entry.cpp
+++ b/input_sequence_entry.cpp
@@ -1587,7 +1587,7 @@ void InputSequenceEntry::DoOpenEditor()
         warning()
             << "The sequence is invalid and cannot be edited visually.\n"
             << parser_diagnostics
-            << LMI_FLUSH
+            << std::flush
             ;
         return;
         }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]