[rtems-tools commit] tester/covoar/DesiredSymbols.cc: Now compiles on Cygwin

Joel Sherrill joel at rtems.org
Thu Sep 14 23:22:59 UTC 2017


Module:    rtems-tools
Branch:    master
Commit:    f4378eaac7c7073803569275c867b76d2f8a5ef0
Changeset: http://git.rtems.org/rtems-tools/commit/?id=f4378eaac7c7073803569275c867b76d2f8a5ef0

Author:    Joel Sherrill <joel at rtems.org>
Date:      Thu Sep 14 18:04:55 2017 -0500

tester/covoar/DesiredSymbols.cc: Now compiles on Cygwin

---

 tester/covoar/DesiredSymbols.cc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tester/covoar/DesiredSymbols.cc b/tester/covoar/DesiredSymbols.cc
index fbb6ff2..00d1984 100644
--- a/tester/covoar/DesiredSymbols.cc
+++ b/tester/covoar/DesiredSymbols.cc
@@ -5,6 +5,10 @@
  *  which provide the functionality of the DesiredSymbols.
  */
 
+#ifdef __CYGWIN__
+#undef __STRICT_ANSI__
+#endif
+
 #include <libgen.h>
 #include <limits.h>
 #include <stdio.h>



More information about the vc mailing list