Giter VIP home page Giter VIP logo

Comments (1)

Kirizaki avatar Kirizaki commented on July 22, 2024
[Starting] Verify sketch - gateway.ino
[Warning] Output path is not specified. Unable to reuse previously compiled files. Verify could be slow. See README.
Picked up JAVA_TOOL_OPTIONS: 
Ładowanie konfiguracji...
Inicjowanie pakietów...
Przygotowywanie płytek
Weryfikowanie
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/char_traits:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/iosfwd:21,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/serstream:48,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/ArduinoSTL.h:12,
                 from /home/th0m4s/Desktop/dom/mysensors/gateway/gateway.ino:19:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/deque:20,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/deque.cpp:20:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/del_opnt.cpp:20:0:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/char_traits:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/string:21,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/locale:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/streambuf:21,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/streambuf.cpp:22:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/char_traits:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/char_traits.cpp:25:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/del_opvs.cpp:21:0:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/del_opvnt.cpp:20:0:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/del_ops.cpp:21:0:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/char_traits:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/string:21,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/stdexcept:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/func_exception.cpp:22:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/char_traits:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/string:21,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/stdexcept:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/stdexcept.cpp:21:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/associative_base:21,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/associative_base.cpp:20:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/limits.cpp:20:0:
/home/th0m4s/Arduino/libraries/avr_stl/src/limits:24:2: warning: #warning limits header is nowhere complete or accurate [-Wcpp]
 #warning limits header is nowhere complete or accurate
  ^~~~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/char_traits:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/string:21,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/bitset:24,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/bitset.cpp:20:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/new_handler.cpp:20:0:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/char_traits:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/iosfwd:21,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/iterator:21,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/algorithm:19,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/algorithm.cpp:21:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/char_traits:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/iosfwd:21,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/iterator:21,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/iterator.cpp:20:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/new_opvnt.cpp:20:0:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/char_traits:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/string:21,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/locale:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/locale.cpp:20:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/char_traits:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/string:21,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/locale:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/ios:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/iomanip:21,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/iomanip.cpp:20:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/list:20,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/list.cpp:20:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/deque:20,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/stack:19,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/stack.cpp:19:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/map:21,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/map.cpp:20:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/new_opnt.cpp:20:0:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/vector:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/vector.cpp:23:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/deque:20,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/queue:19,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/queue.cpp:19:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/set:21,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/set.cpp:20:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/char_traits:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/string:21,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/locale:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/ios:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/ostream_helpers:23,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/ostream_helpers.cpp:9:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/char_traits:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/iosfwd:21,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/ostream:25,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/ostream.cpp:22:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/char_traits:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/string:21,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/locale:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/ios:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/istream:20,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/istream.cpp:23:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/char_traits:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/string.cpp:23:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/char_traits:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/string:21,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/locale:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/ios:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/istream:20,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/complex:20,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/complex.cpp:19:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/char_traits:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/string:21,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/locale:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/ios:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/ios.cpp:22:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/char_traits:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/iosfwd:21,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/iostream:25,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/iostream.cpp:22:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/char_traits:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/iosfwd:21,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/sstream:25,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/sstream.cpp:22:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
In file included from /home/th0m4s/Arduino/libraries/avr_stl/src/memory:20:0,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/char_traits:22,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/iosfwd:21,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/serstream:48,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/ArduinoSTL.h:12,
                 from /home/th0m4s/Arduino/libraries/avr_stl/src/ArduinoSTL.cpp:1:
/home/th0m4s/Arduino/libraries/avr_stl/src/new:40:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new(std::size_t numBytes) throw(std::bad_alloc);
                                                      ^~~~~
/home/th0m4s/Arduino/libraries/avr_stl/src/new:46:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 _UCXXEXPORT void* operator new[](std::size_t numBytes) throw(std::bad_alloc);
                                                        ^~~~~
Szkic używa 15970 bajtów (6%) pamięci programu. Maksimum to 253952 bajtów.
Zmienne globalne używają 1594 bajtów (19%) pamięci dynamicznej, pozostawiając 6598 bajtów dla zmiennych lokalnych. Maksimum to 8192 bajtów.
[Done] Finished verify sketch - gateway.ino

from mysensors.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.