Skip to content

Commit 70fa64f

Browse files
committed
Fix compiler warning
1 parent 7addbfe commit 70fa64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/environment.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ namespace Sass {
302302
EnvFrame local(context, false);
303303
// Create space for optional content callable
304304
// ToDo: check if this can be conditionally done?
305-
auto cidx = local.idxs->createMixin(Keys::contentRule);
305+
local.idxs->createMixin(Keys::contentRule);
306306
// var precedingComment = lastSilentComment;
307307
// lastSilentComment = null;
308308
sass::string name = readIdentifier();

0 commit comments

Comments
 (0)