Skip to content

Commit

Permalink
hotfix: commenting out raise_strict_warning() that has bug
Browse files Browse the repository at this point in the history
Test Plan:
make

DiffCamp Revision: 122497
Reviewed By: andrewparoski
CC: hphp-diffs@lists, macvicar, dwei, andrewparoski, myang
Revert Plan:
OK
  • Loading branch information
haiping authored and macvicar committed Jun 12, 2010
1 parent b4f82c2 commit 40b7cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/base/time/timezone.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ String TimeZone::CurrentName() {
}

/* Try to guess timezone from system information */
raise_strict_warning(s_guessed_timezone.m_warning);
//raise_strict_warning(s_guessed_timezone.m_warning);
return String(s_guessed_timezone.m_tzid);
}

Expand Down

0 comments on commit 40b7cac

Please sign in to comment.