Fix location of error about unused import "unsafe".
From-SVN: r179211
This commit is contained in:
parent
8d12174db5
commit
fbaec95026
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ Gogo::import_unsafe(const std::string& local_name, bool is_local_name_exported,
|
|||
return;
|
||||
}
|
||||
|
||||
package->set_location(location);
|
||||
package->set_is_imported();
|
||||
|
||||
Bindings* bindings = package->bindings();
|
||||
|
|
Loading…
Add table
Reference in a new issue