ECP-VeloC / VELOC

Very-Low Overhead Checkpointing System
http://veloc.rtfd.io
MIT License
52 stars 21 forks source link

Fix build error on older compilers #10

Closed tonyhutter closed 5 years ago

tonyhutter commented 5 years ago

Fix a build error GCC 4.9.3 (and possibly other versions):

    command.hpp: In constructor 'command_t::command_t()':
    command.hpp:16:17: error: array used as initializer
        command_t() { }

Closes: #9

tonyhutter commented 5 years ago

@bnicolae yep it builds with 4.9.3 with this fix. I just added your change in my latest push.