1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

Remove an unknown pragma gcc warning

This commit is contained in:
regnat 2020-12-02 14:33:20 +01:00
parent a8a96dbaf8
commit 0d9e1af695

View file

@ -12,7 +12,9 @@
%{
#ifdef __clang__
#pragma clang diagnostic ignored "-Wunneeded-internal-declaration"
#endif
#include <boost/lexical_cast.hpp>