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> ...@@ -477,6 +477,7 @@ struct boost::hash<LLSD>
} }
break; break;
case LLSD::TypeUndefined: case LLSD::TypeUndefined:
default:
break; break;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment