diff --git a/indra/newview/fsfloaterprimfeed.cpp b/indra/newview/fsfloaterprimfeed.cpp index 28d558dbf4..53cbb03a9b 100644 --- a/indra/newview/fsfloaterprimfeed.cpp +++ b/indra/newview/fsfloaterprimfeed.cpp @@ -875,6 +875,11 @@ void FSFloaterPrimfeed::draw() mStatusErrorText->setValue(status_text); break; } + default: + { + LL_WARNS("Prmfeed") << "unexpected state" << connection_state << LL_ENDL; + break; + } } } else if (FSPrimfeedAuth::isPendingAuth()) diff --git a/indra/newview/fsprimfeedauth.cpp b/indra/newview/fsprimfeedauth.cpp index 2321474ec5..debb75bca9 100644 --- a/indra/newview/fsprimfeedauth.cpp +++ b/indra/newview/fsprimfeedauth.cpp @@ -24,7 +24,8 @@ * The Phoenix Firestorm Project, Inc., 1831 Oakwood Drive, Fairmont, Minnesota 56031-3225 USA * http://www.firestormviewer.org * $/LicenseInfo$ -* +*/ + /* * Handles Primfeed authentication and authorisation through a multi-factor OAuth flow. *