I am trying to prepare a paper for IEEE Open Access that uses \documentclass{ieeeccess} ; its template (https://ieeeaccess.ieee.org/wp-content/uploads/2022/01/LaTeX.zip).
When I add use tikz package, I am having many Package xcolor Warning: Incompatible color definition warning messages. Is it possible to suppress this warning message?
simplified code example:
\documentclass{ieeeaccess}
%%%%%%%
\usepackage{tikz}
\NewSpotColorSpace{PANTONE}
\AddSpotColor{PANTONE} {PANTONE3015C} {PANTONE\SpotSpace 3015\SpotSpace C} {1 0.3 0 0.2}
\SetPageColorSpace{PANTONE}%
%%%%%%%%%
\usepackage{cite}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithmic}
\usepackage{graphicx}
\usepackage{textcomp}
\begin{document}
\title{Preparation of Papers for IEEE ACCESS}
\author{\uppercase{First A. Author}\authorrefmark{1}, \IEEEmembership{Fellow, IEEE},
\uppercase{Second B. Author\authorrefmark{2}, and Third C. Author,
Jr}.\authorrefmark{3},
\IEEEmembership{Member, IEEE}}
\begin{abstract}
These instructions give you guidelines for preparing papers for ...
\end{abstract}
\begin{keywords}
keywords
\end{keywords}
\titlepgskip=-15pt
\section{Introduction}
\label{sec:introduction}
\PARstart{T}{his} document is a template for \LaTeX. If you are
reading a paper or PDF version of this document, please download the
\EOD
\end{document}
warning messages:
Package xcolor Warning: Incompatible color definition on input line 19.
(/usr/local/texlive/2022/texmf-dist/tex/latex/psnfss/t1phv.fd)
LaTeX Font Warning: Font shape T1/phv/n/n' undefinedenter code here(Font) usingT1/phv/m/n' instead on input line 19.
Package xcolor Warning: Incompatible color definition on input line 23.
Package xcolor Warning: Incompatible color definition on input line 29.
Related: "Incompatible color definition" warning in xcolor package using IEEEtrans template

Missing number, treated as zeroerror inpgfmathfunctions.random.code.texwhich would be a much bigger problem. – Qrrbrbirlbel Dec 10 '22 at 23:44spotcolorwith normalxcolordefinition. – Teddy van Jerry Dec 11 '22 at 06:45xcolorwarnings are discussed, but it also covers theMissing number, treated as zeroerror which this code gives that would be more urgent to fix. – Dai Bowen Dec 12 '23 at 13:16