diff --git a/src/include/storage/bufpage.h b/src/include/storage/bufpage.h
index d0a52f8e08..82c974dfb3 100644
--- a/src/include/storage/bufpage.h
+++ b/src/include/storage/bufpage.h
@@ -420,7 +420,7 @@ do { \
 
 #define PageIsVerified(page, blkno) \
 	PageIsVerifiedExtended(page, blkno, \
-						   PIV_LOG_WARNING | PIV_REPORT_STAT)
+						   (PIV_LOG_WARNING | PIV_REPORT_STAT))
 
 /*
  * Check that BLCKSZ is a multiple of sizeof(size_t).  In
