We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
U_TIMEZONE
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
putil.cpp uprv_timezone returns U_TIMEZONE, which on FreeBSD is a struct, not a value resulting in the following build failure:
uprv_timezone
/home/ewilde/Work/Swift-Project/swift-foundation-icu/icuSources/common/putil.cpp:650:12: error: 'timezone' does not refer to a value 650 | return U_TIMEZONE; | ^ <command line>:18:20: note: expanded from macro 'U_TIMEZONE' 18 | #define U_TIMEZONE timezone | ^ /usr/include/sys/time.h:42:8: note: declared here 42 | struct timezone { | ^ 1 error generated.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
putil.cpp
uprv_timezone
returnsU_TIMEZONE
, which on FreeBSD is a struct, not a value resulting in the following build failure:The text was updated successfully, but these errors were encountered: