I compiled the following code with g++ -Wuninitialized and I didn\'t get any warning:
g++ -Wuninitialized
#include int main() { int a, b;