Skip to content
New issue

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

Fix a compile error #8829

Merged
merged 1 commit into from
May 6, 2022
Merged

Fix a compile error #8829

merged 1 commit into from
May 6, 2022

Conversation

maskit
Copy link
Member

@maskit maskit commented May 6, 2022

The error was introduced by #8716. Probably need to be backported to 9.2.x.

Making all in cache
  CXX      CacheWrite.o
CacheWrite.cc:293:95: error: format specifies type 'long' but the argument has type 'long long' [-Werror,-Wformat]
    DDebug("cache_evac", "dir_evac_bucket out of bounds, skipping evacuate: %ld(%d), %d, %d", bucket, evacuate_size,
                                                                            ~~~               ^~~~~~
                                                                            %lld

@maskit maskit added the Build work related to build configuration or environment label May 6, 2022
@maskit maskit added this to the 9.2.0 milestone May 6, 2022
@maskit maskit requested a review from bryancall as a code owner May 6, 2022 06:43
@maskit maskit self-assigned this May 6, 2022
@maskit maskit modified the milestones: 9.2.0, 10.0.0 May 6, 2022
@maskit maskit merged commit 857781f into apache:master May 6, 2022
zwoop pushed a commit that referenced this pull request May 6, 2022
(cherry picked from commit 857781f)
@zwoop
Copy link
Contributor

zwoop commented May 6, 2022

Cherry-picked to v9.2.x

@zwoop zwoop modified the milestones: 10.0.0, 9.2.0 May 6, 2022
moonchen pushed a commit to moonchen/trafficserver that referenced this pull request May 26, 2022
* asf/9.2.x:
  Updated ChangeLog
  Upgrade Catch to v2.13.8 (apache#8683)
  Fixes leak of sni config filename on load (apache#8821)
  Fixes leak of ssl_ocsp_response_path_only on reload (apache#8822)
  Fedora/RHEL path layout for config.layout (apache#8815)
  Fix a compile error (apache#8829)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build work related to build configuration or environment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants