aboutsummaryrefslogtreecommitdiffstats
path: root/dhcpcd_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpcd_test.cpp')
-rw-r--r--dhcpcd_test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/dhcpcd_test.cpp b/dhcpcd_test.cpp
index 1fa829f..a254d4d 100644
--- a/dhcpcd_test.cpp
+++ b/dhcpcd_test.cpp
@@ -97,9 +97,9 @@ class DhcpcdGetOptionTest : public ::testing::Test {
}
struct dhcp_message dhcpmsgs[2];
- size_t type_index;
- size_t length_index;
- size_t value_index;
+ volatile size_t type_index;
+ volatile size_t length_index;
+ volatile size_t value_index;
};
TEST_F(DhcpcdGetOptionTest, OptionNotPresent) {