Closed johnkingsley closed 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
Merged, thanks.
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