Skip to content

Commit

Permalink
Add proto syntax version to prevent warning on proto3 systems
Browse files Browse the repository at this point in the history
  • Loading branch information
mfehr committed Dec 14, 2018
1 parent a446935 commit e171b03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions voxblox/proto/voxblox/Block.proto
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
syntax = "proto2";
package voxblox;

message BlockProto {
Expand Down
1 change: 1 addition & 0 deletions voxblox/proto/voxblox/Layer.proto
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
syntax = "proto2";
package voxblox;

message LayerProto {
Expand Down

0 comments on commit e171b03

Please sign in to comment.