mirror of
https://github.com/NixOS/nix
synced 2025-06-28 09:31:16 +02:00
shut up clang warnings
- Fix some class/struct discrepancies - Explicit the overloading of `run` in the `Cmd*` classes - Ignore a warning in the generated lexer
This commit is contained in:
parent
88798613ee
commit
438977731c
5 changed files with 15 additions and 5 deletions
|
@ -12,6 +12,8 @@
|
|||
|
||||
|
||||
%{
|
||||
#pragma clang diagnostic ignored "-Wunneeded-internal-declaration"
|
||||
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
#include "nixexpr.hh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue