Skip to content

Commit

Permalink
chore: ignore warn for grpc gen code
Browse files Browse the repository at this point in the history
  • Loading branch information
alissa-tung committed Jun 30, 2023
1 parent 8d555dd commit 681035b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ grpc-hs: grpc-hs-deps
--includeDir . \
--proto HStream/Gossip/HStreamGossip.proto \
--out ../gen-hs)
(find common/api/gen-hs/ -type f -name '*.hs' -exec sed -i '1i{-# OPTIONS_GHC -w #-}\n' {} \;)

grpc-cpp:
(cd common/api && mkdir -p cpp/gen && \
Expand Down

0 comments on commit 681035b

Please sign in to comment.