1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 17:51:15 +02:00

Fix some clang warnings

This commit is contained in:
Eelco Dolstra 2014-01-21 18:29:55 +01:00
parent a26307b281
commit 94f9c14d52
6 changed files with 12 additions and 18 deletions

View file

@ -252,7 +252,7 @@ void yyerror(YYLTYPE * loc, yyscan_t scanner, ParseData * data, const char * err
nix::Formals * formals;
nix::Formal * formal;
nix::NixInt n;
char * id; // !!! -> Symbol
const char * id; // !!! -> Symbol
char * path;
char * uri;
std::vector<nix::AttrName> * attrNames;