I'm using ctable package for tables with footnotes. IMO it looks better than using booktabs with threeparttable package. I also use pgfplots (which I guess uses tikz package, in turn). Everything works perfectly. Problem is that ctable throws a warning:
Package ctable Warning: Transparency disabled: incompatible with tikz package on input line 5.
MWE:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{pgfplots}
\usepackage{ctable}
\begin{document}
Content here.
\end{document}
I doesn't seem to affect anything and my PDF looks fine.
Q: Is there any simple way to disable the warning? I'm using Overleaf.
Or can I disable ctable transparency feature? Are there other possible alternatives or should I just live with the warning.