W8102 Implicit conversion of '%s' to '%s' (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

This warning occurs when the compiler makes an implicit conversion between types, for example when having a function that needs to receive an integer parameter but instead it gets a double and automatically converts it to integer.