Skip to content
  • Marcin Siodelski's avatar
    [3035] Removed const for enums in DHCPv4 FQDN unit tests. · 90b595cc
    Marcin Siodelski authored
    The cppcheck expects that the const enum value is passed by reference and
    outputs errors. In the same time it doesn't expect that non-const enum
    is passed by reference. Since there is no need to pass an enum by reference
    the const was removed for enum values as a workaround. It doesn't have
    an impact on the test.
    90b595cc