Opened 11 years ago
Closed 11 years ago
#25631 closed enhancement (fixed)
Fix strict notices in POMO library
Reported by: | markoheijnen | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | has-patch |
Focuses: | Cc: |
Description
Added an update to some of the POMO files to fix strict notices. Fixes the suppression of strict notices in the unit tests added in [25395].
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
The
set_headers()
changes are not necessary after [23357].I think we should just create
PO
instances, like we do in Tests_POMO_MO, instead of calling the methods statically. See 25631.patch.