ambrop72 / aprinter

3D printer firmware written in C++
Other
143 stars 42 forks source link

Fix AVR compile #26

Closed johnkingsley closed 8 years ago

johnkingsley commented 8 years ago

Fixes the following error during AVR compile: ../../../libcpp/expr.c:684:39: error: format not a string literal and no format arguments [-Werror=format-security] virtual_location, 0, message);

Change copied from: https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/misc/avr-gcc-with-avr-libc/default.nix

ambrop72 commented 8 years ago

Merged, thanks.