Run Code | API | Code Wall | Misc | Feedback | Login | Theme | Privacy | Patreon |
-Wfloat-conversionWarning(s): source_file.c: In function ‘main’: source_file.c:11:7: warning: conversion to ‘int’ from ‘double’ may alter its value [-Wfloat-conversion] i = d; ^ source_file.c:10:7: warning: variable ‘i’ set but not used [-Wunused-but-set-variable] int i; ^ |