Skip to content
Snippets Groups Projects
Commit 28b98374 authored by Rider Linden's avatar Rider Linden
Browse files

Mac compile does not like not having a default even if it does nothing.

parent 66ba27cb
No related branches found
No related tags found
No related merge requests found
......@@ -477,6 +477,7 @@ struct boost::hash<LLSD>
}
break;
case LLSD::TypeUndefined:
default:
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment