diff --git a/proxygen/lib/http/StatusTypeEnum.h b/proxygen/lib/http/StatusTypeEnum.h index 631ef49328..42c03ac02a 100644 --- a/proxygen/lib/http/StatusTypeEnum.h +++ b/proxygen/lib/http/StatusTypeEnum.h @@ -55,7 +55,8 @@ namespace proxygen { x(manifest_missing_representation), x(manifest_with_0_bitrate), \ x(manifest_with_no_tracks), x(manifest_with_wrong_track), \ x(cache_lease_queue_hard_timeout), x(cache_purge), x(cache_error), \ - x(proxy_cache_fill_shed), x(ENUM_COUNT), x(takedown_direct_response) + x(proxy_cache_fill_shed), x(takedown_direct_response), \ + /* ENUM_COUNT MUST BE THE FINAL ENUM */ x(ENUM_COUNT) #define STATUS_TYPE_ENUM(statusType) statusType