Index: Jamfile.v2 =================================================================== --- Jamfile.v2 (revision 47421) +++ Jamfile.v2 (working copy) @@ -14,6 +14,11 @@ : #args : $(pattern_file) : #on + # Activating -pedantic finds more gotchas + # Unfortunately, this warns about the use of "long long" in gcc's own stdlib + # So deactivate those warnings again + gcc:-pedantic + gcc:-Wno-long-long borland:-w-8080 msvc-6.5:static msvc-8.0:_SCL_SECURE_NO_DEPRECATE