Skip to content

Commit

Permalink
Fix windows warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g committed Dec 1, 2023
1 parent a492a82 commit a3edd8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions samples/jobs/job_execution/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ using namespace Aws::Crt;
using namespace Aws::Iotjobs;

void updateJobExecution(
enum JobStatus status,
JobStatus status,
String thingName,
String currentJobId,
IotJobsClient &jobsClient,
Expand Down Expand Up @@ -300,7 +300,7 @@ int main(int argc, char *argv[])
}

void updateJobExecution(
enum JobStatus status,
JobStatus status,
String thingName,
String currentJobId,
IotJobsClient &jobsClient,
Expand Down
2 changes: 1 addition & 1 deletion samples/jobs/mqtt5_job_execution/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,4 @@ int main(int argc, char *argv[])
}

return 0;
}
}

0 comments on commit a3edd8b

Please sign in to comment.