Skip to content

Commit

Permalink
Fixed warning fo undefined ITT_ARCH_IA64 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored and dmitry-gorokhov committed Jul 19, 2021
1 parent 903d5ff commit 5698186
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/ittnotify/ittnotify_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@
# define ITT_ARCH_IA32E 2
#endif /* ITT_ARCH_IA32E */

#ifndef ITT_ARCH_IA64
# define ITT_ARCH_IA64 3
#endif /* ITT_ARCH_IA64 */

#ifndef ITT_ARCH_ARM
# define ITT_ARCH_ARM 4
#endif /* ITT_ARCH_ARM */
Expand Down

0 comments on commit 5698186

Please sign in to comment.