Language
C++
Compiler
gcc 9.1.0
Options
Warnings
Boost 1.70.0
C++11
no pedantic
Raw compiler options
-Wconversion
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.70.0/gcc-9.1.0/include -std=c++11 -Wconversion
Exit Code:
0
Author
anonymous
almost 6 years ago
C++
gcc 9.1.0
Author
anonymous
almost 6 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.70.0/gcc-9.1.0/include -std=c++11 -Wconversion
prog.cc: In function 'int main()':
prog.cc:13:17: warning: conversion from 'long long unsigned int' to 'int' may change value [-Wconversion]
13 | true ? a1 : 0;
| ^