Skip to content

Commit

Permalink
Revert use of <cstdarg> to <stdarg.h>, add files to the class ignore …
Browse files Browse the repository at this point in the history
…list for Trick lib deps CI job
  • Loading branch information
jasonlharvey committed Aug 23, 2024
1 parent 3a6a33c commit 9072769
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ms-utils/simulation/hs/TsHsMsgWrapper.hh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ PROGRAMMERS:
@{
*/

#include <cstdarg>
#include <stdarg.h>
#include "TS_hs_msg_types.h"

/// @brief Provides access to TsHsMsg's hsSendMsg macro functionality from "C" code.
Expand Down
2 changes: 2 additions & 0 deletions sims/SIM_class_test_compile/class_ignore_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
'GunnsSuperNetworkBase',
'GunnsNetworkSpotter',
'GunnsMacros',
'GunnsInfraFunctions',
'GunnsOptimBase',
'GunnsOptimMonteCarloTypes',
'HtrControl',
Expand All @@ -51,4 +52,5 @@
'TsHsMngr',
'TsHsMsgFilter',
'TsHsMsgWrapper',
'TS_conversions',
]

0 comments on commit 9072769

Please sign in to comment.