Project

General

Profile

« Previous | Next » 

Revision 75802bcf

Added by shyouhei (Shyouhei Urabe) about 5 years ago

configure: suppress icc warnings

Every time a pointer to/from VALUE conversion happens, these two
warnings are issued:

  • warning #1684: conversion from pointer to same-sized integral type (potential portability problem)
  • warning #2312: pointer cast involving 64-bit pointed-to type

Thank you, but we are well aware of the "potential portability problem".
Let us ignore them all.