summaryrefslogtreecommitdiff
path: root/utils/codegen/ipc/generate.py
diff options
context:
space:
mode:
authorBarnabás Pőcze <pobrn@protonmail.com>2024-12-19 18:27:01 +0100
committerBarnabás Pőcze <pobrn@protonmail.com>2025-02-27 17:31:04 +0100
commit5c3eb9837419e9d23cfeb8814fc1b2e3b48c15f2 (patch)
tree58f25e2b867945e9401c7c2bda44b9dbce421038 /utils/codegen/ipc/generate.py
parent1f02966f3f4ecb882217085cf10712fcaf17ed24 (diff)
apps: lc-compliance: Use `std::vector` for argument array
Just use an `std::vector` to store the arguments passed to `InitGoogleTest()`. This removes the need for the map and the separate `argc` variable used for size-keeping. Signed-off-by: Barnabás Pőcze <pobrn@protonmail.com> Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'utils/codegen/ipc/generate.py')
0 files changed, 0 insertions, 0 deletions
f='#n121'>121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175