Skip to content

Commit

Permalink
Merge pull request #1594 from iguessthislldo/igtd/stdint
Browse files Browse the repository at this point in the history
Fix Coverity Issues and Compiler Warnings
  • Loading branch information
mitza-oci authored Jul 9, 2021
2 parents e43718d + 1252f0d commit 5e3afb9
Show file tree
Hide file tree
Showing 13 changed files with 1,486 additions and 1,774 deletions.
2 changes: 2 additions & 0 deletions ACE/ace/Basic_Types.h
Original file line number Diff line number Diff line change
Expand Up @@ -582,8 +582,10 @@ ACE_END_VERSIONED_NAMESPACE_DECL
// These use ANSI/IEEE format.
#define ACE_FLT_MAX 3.402823466e+38F
#define ACE_FLT_MIN 1.175494351e-38F
#define ACE_FLT_LOWEST -(ACE_FLT_MAX)
#define ACE_DBL_MAX 1.7976931348623158e+308
#define ACE_DBL_MIN 2.2250738585072014e-308
#define ACE_DBL_LOWEST -(ACE_DBL_MAX)

# include /**/ "ace/post.h"
#endif /* ACE_BASIC_TYPES_H */
1 change: 1 addition & 0 deletions TAO/TAO_IDL/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/tao_idl
/fe/idl.output
/fe/keywords.dat.tmp
/bison_report
Loading

0 comments on commit 5e3afb9

Please sign in to comment.