Explorar el Código

Travis only using clang

Thomas Buck hace 10 años
padre
commit
25c84a2900
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. 1
    1
      .travis.yml
  2. 1
    0
      src/Menu.cpp

+ 1
- 1
.travis.yml Ver fichero

@@ -1,7 +1,7 @@
1 1
 language: cpp
2 2
 
3 3
 compiler:
4
-    - gcc
4
+    # - gcc # Needs c++11 capabilities, gcc-4.8, not working?
5 5
     - clang
6 6
 
7 7
 before_install:

+ 1
- 0
src/Menu.cpp Ver fichero

@@ -6,6 +6,7 @@
6 6
  */
7 7
 
8 8
 #include <cctype>
9
+#include <cstring>
9 10
 
10 11
 #include "global.h"
11 12
 #include "Console.h"

Loading…
Cancelar
Guardar