Skip to content

Commit

Permalink
Rename ParemeterError::NO_ERROR to ParameterError::SUCCESS to avoid c…
Browse files Browse the repository at this point in the history
…onflicts with winerror.h macro

Signed-off-by: Ivan Santiago Paunovic <[email protected]>
  • Loading branch information
ivanpauno committed Aug 23, 2022
1 parent 61607f9 commit ad030ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/ignition/msgs/parameter_error.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ option java_outer_classname = "ParameterErrorProtos";
message ParameterError
{
enum Type {
NO_ERROR = 0;
SUCCESS = 0;
ALREADY_DECLARED = 1;
INVALID_TYPE = 2;
NOT_DECLARED = 3;
Expand Down

0 comments on commit ad030ce

Please sign in to comment.